Go to the source code of this file.
Namespaces | |
namespace | semanticmodel |
Typedefs | |
typedef vector< float > | semanticmodel::Color |
typedef vector< string > | semanticmodel::Colors |
Enumerations | |
enum | { semanticmodel::BLACK, semanticmodel::GREY, semanticmodel::WHITE, semanticmodel::RED, semanticmodel::YELLOW, semanticmodel::GREEN, semanticmodel::BLUE } |
Functions | |
string | semanticmodel::blobColorName (const Blob &blob) |
GeometricInfo | semanticmodel::centroidAndDiameter (const PointCloud &cloud) |
Color | semanticmodel::color (float r, float g, float b) |
Colors | semanticmodel::createColors () |
int | semanticmodel::matchingColor (float r, float g, float b) |
void | semanticmodel::rgbToHsv (const float r, const float g, const float b, float &h, float &s, float &v) |
Implementation of blob_properties.h
Definition in file blob_properties.cc.