#include <ObjectDetectorMethod.h>
Classes | |
struct | AnyData |
struct | Parameters |
struct | SURFdata |
Public Member Functions | |
DetectionData (const cv::Mat &_img, const CameraBridge &_cam) | |
Public Attributes | |
const cv::Mat & | img |
Parameters | params |
SURFdata | surfdata |
Stores original image and processed data that can be shared between several object detector methods. Apart from the image, other data can be provided. All of these must come with a flag to say whether the data have been already computed
Definition at line 54 of file ObjectDetectorMethod.h.
ObjectDetectorMethod::DetectionData::DetectionData | ( | const cv::Mat & | _img, |
const CameraBridge & | _cam | ||
) | [inline] |
Definition at line 84 of file ObjectDetectorMethod.h.
const cv::Mat& ObjectDetectorMethod::DetectionData::img |
Definition at line 79 of file ObjectDetectorMethod.h.
Definition at line 80 of file ObjectDetectorMethod.h.
Definition at line 81 of file ObjectDetectorMethod.h.