JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
ObjectMatcher::TrainData Struct Reference

Training data structure for ObjectMatcher. More...

#include <jevoisbase/Components/ObjectMatcher/ObjectMatcher.H>

Collaboration diagram for ObjectMatcher::TrainData:

Public Attributes

std::string name
 
cv::Mat image
 
std::vector< cv::KeyPoint > keypoints
 
cv::Mat descriptors
 

Detailed Description

Training data structure for ObjectMatcher.

Definition at line 89 of file ObjectMatcher.H.

Member Data Documentation

◆ descriptors

cv::Mat ObjectMatcher::TrainData::descriptors

Definition at line 94 of file ObjectMatcher.H.

Referenced by ObjectMatcher::postInit().

◆ image

cv::Mat ObjectMatcher::TrainData::image

Definition at line 92 of file ObjectMatcher.H.

Referenced by ObjectMatcher::postInit().

◆ keypoints

std::vector<cv::KeyPoint> ObjectMatcher::TrainData::keypoints

Definition at line 93 of file ObjectMatcher.H.

Referenced by ObjectMatcher::postInit().

◆ name

std::string ObjectMatcher::TrainData::name

Definition at line 91 of file ObjectMatcher.H.

Referenced by ObjectMatcher::postInit().


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