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