Public Member Functions | |
IdentifyCandidatesParallel (const Mat &_grey, vector< vector< Point2f > > &_candidates, const Ptr< Dictionary > &_dictionary, vector< int > &_idsTmp, vector< char > &_validCandidates, const Ptr< DetectorParameters > &_params) | |
void | operator() (const Range &range) const CV_OVERRIDE |
Private Member Functions | |
IdentifyCandidatesParallel & | operator= (const IdentifyCandidatesParallel &) |
Private Attributes | |
vector< vector< Point2f > > & | candidates |
const Ptr< Dictionary > & | dictionary |
const Mat & | grey |
vector< int > & | idsTmp |
const Ptr< DetectorParameters > & | params |
vector< char > & | validCandidates |
ParallelLoopBody class for the parallelization of the marker identification step Called from function _identifyCandidates()
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |