Jafar
|
This is the main class for detection segments in an image. More...
This is the main class for detection segments in an image.
Definition at line 16 of file DirectSegmentsDetector.hpp.
#include <DirectSegmentsDetector.hpp>
Public Member Functions | |
DirectSegmentsDetector (kernel::IdFactory<> *_idMaker=0) | |
void | detectSegment (const jafar::image::Image &_image, image::ConvexRoi *roiPtr, SegmentsSet &segmentStorage, SegmentDebug *_sdebug=0) |
Start detection of segments in an image. | |
Protected Member Functions | |
virtual void | detectedSegment (SegmentHypothesis *, DirectSegmentsDetectorBase::LoopDetectionContext *_context, GrowSegmentContext &) |
Private Attributes | |
double | m_qualityThresholdPow2 |
void jafar::dseg::DirectSegmentsDetector::detectSegment | ( | const jafar::image::Image & | _image, |
image::ConvexRoi * | roiPtr, | ||
SegmentsSet & | segmentStorage, | ||
SegmentDebug * | _sdebug = 0 |
||
) |
Start detection of segments in an image.
_image | image on which to makes the detection |
segmentStorage | storage that will be filled with newly extracted segment, if there are segments in the storage before calling this function, then the dector will avoid segment detection on the already existing segments (the detection can be called after tracking, and tracked segments won't be detected again). |
SegmentDebug | collect some debug information |
Generated on Wed Oct 15 2014 00:37:34 for Jafar by doxygen 1.7.6.1 |