|
Jafar
|
Blob Detector class based on IRD. implements FGDetector and BlobDetector interfaces
#include <irt.hpp>

Public Member Functions | |
| CV_IRT_BlobDetector (IRDM *dm) | |
| virtual IplImage * | GetMask () |
| virtual void | Process (IplImage *pImg=0) |
| virtual void | Release () |
Private Attributes | |
| IRDM * | m_dm |
| jafar::image::Image | m_mask |
| virtual IplImage* jafar::sas::CV_IRT_BlobDetector::GetMask | ( | ) | [inline, virtual] |
| virtual void jafar::sas::CV_IRT_BlobDetector::Process | ( | IplImage * | pImg = 0 | ) | [inline, virtual] |
CvFGDetector implementation
process current image
| pImg | current image |
Definition at line 81 of file irt.hpp.
References jafar::sas::IRD::computeSaliency(), jafar::image::Image::height(), jafar::image::Image::resize(), and jafar::image::Image::width().
| virtual void jafar::sas::CV_IRT_BlobDetector::Release | ( | ) | [inline, virtual] |
| Generated on Wed Oct 15 2014 00:37:48 for Jafar by doxygen 1.7.6.1 |
|