Drovisio
Public Member Functions | Public Attributes | List of all members
IdentifyCandidatesParallel Class Reference
Inheritance diagram for IdentifyCandidatesParallel:
Inheritance graph
[legend]
Collaboration diagram for IdentifyCandidatesParallel:
Collaboration graph
[legend]

Public Member Functions

 IdentifyCandidatesParallel (const Mat &_grey, vector< vector< Point2f > > &_candidates, const Ptr< cv::aruco::Dictionary > &_dictionary, vector< int > &_idsTmp, vector< char > &_validCandidates, const Ptr< cv::aruco::DetectorParameters > &_params)
 

Public Attributes

void operator()(const Range &range) const cv const Mat & grey
 
vector< vector< Point2f > > & candidates
 
const Ptr< Dictionary > & dictionary
 
vector< int > & idsTmp
 
vector< char > & validCandidates
 
const Ptr< DetectorParameters > & params
 

Detailed Description

ParallelLoopBody class for the parallelization of the marker identification step Called from function _identifyCandidates()


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