Image Component Library (ICL)
Public Member Functions | Public Attributes | List of all members
icl::cv::TemplateTracker::Result Struct Reference

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::Img8umatchedTemplateImage
 internally assotiate (and rotatated) tempalte More...
 

Detailed Description

Result class that describes a tracking result.

Constructor & Destructor Documentation

◆ Result()

icl::cv::TemplateTracker::Result::Result ( const utils::Point32f pos = utils::Point32f(-1,-1),
float  angle = 0,
float  proximityValue = 0,
const core::Img8u matchedTemplateImage = 0 
)
inline

Constructor with given parameters.

Member Data Documentation

◆ angle

float icl::cv::TemplateTracker::Result::angle

pattern orientation

◆ matchedTemplateImage

const core::Img8u* icl::cv::TemplateTracker::Result::matchedTemplateImage

internally assotiate (and rotatated) tempalte

◆ pos

utils::Point32f icl::cv::TemplateTracker::Result::pos

image position

◆ proximityValue

float icl::cv::TemplateTracker::Result::proximityValue

match quality


The documentation for this struct was generated from the following file: