|
Jafar
|
Definition at line 89 of file rawProcessors.hpp.
Classes | |
| struct | detector_params_t |
Public Member Functions | |
| ImagePointHarrisDetector (int convSize, double thres, double edge, int patchSize, double measStd, boost::shared_ptr< DescriptorFactoryAbstract > const &descFactory) | |
| bool | detect (const boost::shared_ptr< RawImage > &rawData, const image::ConvexRoi &roi, boost::shared_ptr< FeatureImagePoint > &featPtr) |
| void | fillDataObs (const boost::shared_ptr< FeatureImagePoint > &featPtr, boost::shared_ptr< ObservationAbstract > &obsPtr) |
Public Attributes | |
|
struct jafar::rtslam::ImagePointHarrisDetector::detector_params_t | params |
Private Attributes | |
| QuickHarrisDetector | detector |
|
boost::shared_ptr < DescriptorFactoryAbstract > | descFactory |
| Generated on Wed Oct 15 2014 00:37:46 for Jafar by doxygen 1.7.6.1 |
|