#include <ObjectFinder.h>
|
| | CObjectFinder () |
| |
| | ~CObjectFinder () |
| |
| void | SetColorParameterSet (const CColorParameterSet *pColorParameterSet) |
| |
| void | PrepareImages (const CByteImage *pImage, float fROIFactor=-1, bool bCalculateHSVImage=true) |
| |
| void | FindObjects (const CByteImage *pImage, CByteImage *pResultImage, ObjectColor color, int nMinPointsPerRegion, bool bShowSegmentedImage) |
| |
| void | FindObjects (const CByteImage *pImage, CByteImage *pResultImage, ObjectColor color, int nMinPointsPerRegion, CByteImage *pResultSegmentedImage) |
| |
| void | FindObjects (const CByteImage *pImage, CByteImage *pResultImage, ObjectColor colorName, int hue, int hue_tol, int min_sat, int max_sat, int min_v, int max_v, int nMinPointsPerRegion, bool bShowSegmentedImage) |
| |
| void | FindObjectsInSegmentedImage (const CByteImage *pSegmentedImage, CByteImage *pResultImage, ObjectColor color, int nMinPointsPerRegion, bool bShowSegmentedImage) |
| |
| int | Finalize () |
| |
| CByteImage * | GetSegmentationResult () |
| |
| void | SetRegionFilter (CRegionFilterInterface *pRegionFilter) |
| |
| void | AddObject (const Object2DEntry &entry) |
| |
| void | ClearObjectList () |
| |
Definition at line 69 of file ObjectFinder.h.
| CObjectFinder::CObjectFinder |
( |
| ) |
|
| CObjectFinder::~CObjectFinder |
( |
| ) |
|
| void CObjectFinder::ClearObjectList |
( |
| ) |
|
| int CObjectFinder::Finalize |
( |
| ) |
|
| void CObjectFinder::FindObjects |
( |
const CByteImage * |
pImage, |
|
|
CByteImage * |
pResultImage, |
|
|
ObjectColor |
color, |
|
|
int |
nMinPointsPerRegion, |
|
|
bool |
bShowSegmentedImage |
|
) |
| |
| void CObjectFinder::FindObjects |
( |
const CByteImage * |
pImage, |
|
|
CByteImage * |
pResultImage, |
|
|
ObjectColor |
colorName, |
|
|
int |
hue, |
|
|
int |
hue_tol, |
|
|
int |
min_sat, |
|
|
int |
max_sat, |
|
|
int |
min_v, |
|
|
int |
max_v, |
|
|
int |
nMinPointsPerRegion, |
|
|
bool |
bShowSegmentedImage |
|
) |
| |
| void CObjectFinder::FindObjectsInSegmentedImage |
( |
const CByteImage * |
pSegmentedImage, |
|
|
CByteImage * |
pResultImage, |
|
|
ObjectColor |
color, |
|
|
int |
nMinPointsPerRegion, |
|
|
bool |
bShowSegmentedImage |
|
) |
| |
| CByteImage* CObjectFinder::GetSegmentationResult |
( |
| ) |
|
|
inline |
| void CObjectFinder::PrepareImages |
( |
const CByteImage * |
pImage, |
|
|
float |
fROIFactor = -1, |
|
|
bool |
bCalculateHSVImage = true |
|
) |
| |
The documentation for this class was generated from the following files: