![]() |
Image Component Library (ICL)
|
Result class that describes a tracking result. More...
#include <TemplateTracker.h>
Public Member Functions | |
| Result (const utils::Point32f &pos=utils::Point32f(-1,-1), float angle=0, float proximityValue=0, const core::Img8u *matchedTemplateImage=0) | |
| Constructor with given parameters. More... | |
Public Attributes | |
| utils::Point32f | pos |
| image position More... | |
| float | angle |
| pattern orientation More... | |
| float | proximityValue |
| const core::Img8u * | matchedTemplateImage |
| internally assotiate (and rotatated) tempalte More... | |
Result class that describes a tracking result.
|
inline |
Constructor with given parameters.
| float icl::cv::TemplateTracker::Result::angle |
pattern orientation
| const core::Img8u* icl::cv::TemplateTracker::Result::matchedTemplateImage |
internally assotiate (and rotatated) tempalte
| utils::Point32f icl::cv::TemplateTracker::Result::pos |
image position
| float icl::cv::TemplateTracker::Result::proximityValue |
match quality
1.8.15