| IVT
    | 
#include <ObjectColorSegmenter.h>
| Public Member Functions | |
| CObjectColorSegmenter () | |
| ~CObjectColorSegmenter () | |
| void | SetColorParameterSet (const CColorParameterSet *pColorParameterSet) | 
| void | SetImage (const CByteImage *pImage, const Object2DList *pROIList=0) | 
| void | CalculateSegmentedImage (CByteImage *pResultImage, ObjectColor color) | 
| void | FindColoredRegions (CByteImage *pResultImage, RegionList ®ionList, int nMinPointsPerRegion) | 
| void | FindRegionsOfGivenColor (CByteImage *pResultImage, ObjectColor color, RegionList ®ionList, int nMinPointsPerRegion) | 
| void | FindRegionsOfGivenColor (CByteImage *pResultImage, ObjectColor color, int hue, int hue_tol, int min_sat, int max_sat, int min_v, int max_v, RegionList ®ionList, int nMinPointsPerRegion) | 
Definition at line 66 of file ObjectColorSegmenter.h.
| CObjectColorSegmenter::CObjectColorSegmenter | ( | ) | 
Definition at line 60 of file ObjectColorSegmenter.cpp.
| CObjectColorSegmenter::~CObjectColorSegmenter | ( | ) | 
Definition at line 71 of file ObjectColorSegmenter.cpp.
| void CObjectColorSegmenter::CalculateSegmentedImage | ( | CByteImage * | pResultImage, | 
| ObjectColor | color | ||
| ) | 
Definition at line 141 of file ObjectColorSegmenter.cpp.
| void CObjectColorSegmenter::FindColoredRegions | ( | CByteImage * | pResultImage, | 
| RegionList & | regionList, | ||
| int | nMinPointsPerRegion | ||
| ) | 
Definition at line 124 of file ObjectColorSegmenter.cpp.
| void CObjectColorSegmenter::FindRegionsOfGivenColor | ( | CByteImage * | pResultImage, | 
| ObjectColor | color, | ||
| RegionList & | regionList, | ||
| int | nMinPointsPerRegion | ||
| ) | 
Definition at line 183 of file ObjectColorSegmenter.cpp.
| void CObjectColorSegmenter::FindRegionsOfGivenColor | ( | CByteImage * | pResultImage, | 
| ObjectColor | color, | ||
| int | hue, | ||
| int | hue_tol, | ||
| int | min_sat, | ||
| int | max_sat, | ||
| int | min_v, | ||
| int | max_v, | ||
| RegionList & | regionList, | ||
| int | nMinPointsPerRegion | ||
| ) | 
Definition at line 210 of file ObjectColorSegmenter.cpp.
| void CObjectColorSegmenter::SetColorParameterSet | ( | const CColorParameterSet * | pColorParameterSet | ) | 
Definition at line 119 of file ObjectColorSegmenter.cpp.
| void CObjectColorSegmenter::SetImage | ( | const CByteImage * | pImage, | 
| const Object2DList * | pROIList = 0 | ||
| ) | 
Definition at line 85 of file ObjectColorSegmenter.cpp.