#include <TagDetector.hpp>
Public Member Functions | |
TagDetector () | |
~TagDetector () | |
void | reset () |
void | detect (const cv::Mat &frame) |
iteratorTag | begin () |
iteratorTag | end () |
FrameSet * | frameSet () const |
vecROI * | ROI () const |
vecTag * | tag () |
IROIDetector * | detector () |
ITagMatcher * | sampler () |
Handle detection operation
|
inline |
Constructor Instantiate the ROIs detector and a frame set storage
|
inline |
Destructor Free memory for ROIs and tags previously allocated, using reset function
|
inline |
Begin of valid tags list
|
inline |
Main method, take an image and return a list of tag found in this image
[in] | cv::Mat | & input image |
|
inline |
Getter
|
inline |
End of valid tags list
|
inline |
Getter
|
inline |
Reset ROIs list and Tags list, free dynamically allocated ROIs and tags
|
inline |
Getter
|
inline |
Getter
|
inline |
Getter