42 #ifndef _OBJECT_COLOR_SEGMENTER_H_
43 #define _OBJECT_COLOR_SEGMENTER_H_
void SetImage(const CByteImage *pImage, const Object2DList *pROIList=0)
std::vector< Object2DEntry > Object2DList
void FindColoredRegions(CByteImage *pResultImage, RegionList ®ionList, int nMinPointsPerRegion)
std::vector< MyRegion > RegionList
void FindRegionsOfGivenColor(CByteImage *pResultImage, ObjectColor color, RegionList ®ionList, int nMinPointsPerRegion)
void SetColorParameterSet(const CColorParameterSet *pColorParameterSet)
void CalculateSegmentedImage(CByteImage *pResultImage, ObjectColor color)
Data structure for the representation of 8-bit grayscale images and 24-bit RGB (or HSV) color images ...