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

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

IdentifyCandidatesParalleloperator= (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
 

Detailed Description

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

Definition at line 553 of file aruco.cpp.

Constructor & Destructor Documentation

◆ IdentifyCandidatesParallel()

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

Definition at line 555 of file aruco.cpp.

Member Function Documentation

◆ operator()()

void cv::aruco::IdentifyCandidatesParallel::operator() ( const Range &  range) const
inline

Definition at line 562 of file aruco.cpp.

◆ operator=()

IdentifyCandidatesParallel& cv::aruco::IdentifyCandidatesParallel::operator= ( const IdentifyCandidatesParallel )
private

Member Data Documentation

◆ candidates

vector< vector< Point2f > >& cv::aruco::IdentifyCandidatesParallel::candidates
private

Definition at line 579 of file aruco.cpp.

◆ dictionary

const Ptr<Dictionary>& cv::aruco::IdentifyCandidatesParallel::dictionary
private

Definition at line 580 of file aruco.cpp.

◆ grey

const Mat& cv::aruco::IdentifyCandidatesParallel::grey
private

Definition at line 578 of file aruco.cpp.

◆ idsTmp

vector< int >& cv::aruco::IdentifyCandidatesParallel::idsTmp
private

Definition at line 581 of file aruco.cpp.

◆ params

const Ptr<DetectorParameters>& cv::aruco::IdentifyCandidatesParallel::params
private

Definition at line 583 of file aruco.cpp.

◆ validCandidates

vector< char >& cv::aruco::IdentifyCandidatesParallel::validCandidates
private

Definition at line 582 of file aruco.cpp.


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


aruco_pose
Author(s): Oleg Kalachev
autogenerated on Mon Feb 28 2022 22:08:24