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

Public Member Functions

 MarkerContourParallel (vector< vector< Point > > &_contours, vector< vector< Point2f > > &_candidates, const Mat &_camMatrix, const Mat &_distCoeff)
 
void operator() (const Range &range) const CV_OVERRIDE
 

Private Member Functions

MarkerContourParalleloperator= (const MarkerContourParallel &)
 

Private Attributes

const Mat & camMatrix
 
vector< vector< Point2f > > & candidates
 
vector< vector< Point > > & contours
 
const Mat & distCoeff
 

Detailed Description

ParallelLoopBody class for the parallelization of the marker corner contour refinement Called from function detectMarkers()

Definition at line 958 of file aruco.cpp.

Constructor & Destructor Documentation

◆ MarkerContourParallel()

cv::aruco::MarkerContourParallel::MarkerContourParallel ( vector< vector< Point > > &  _contours,
vector< vector< Point2f > > &  _candidates,
const Mat &  _camMatrix,
const Mat &  _distCoeff 
)
inline

Definition at line 960 of file aruco.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 963 of file aruco.cpp.

◆ operator=()

MarkerContourParallel& cv::aruco::MarkerContourParallel::operator= ( const MarkerContourParallel )
inlineprivate

Definition at line 971 of file aruco.cpp.

Member Data Documentation

◆ camMatrix

const Mat& cv::aruco::MarkerContourParallel::camMatrix
private

Definition at line 977 of file aruco.cpp.

◆ candidates

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

Definition at line 976 of file aruco.cpp.

◆ contours

vector< vector< Point > >& cv::aruco::MarkerContourParallel::contours
private

Definition at line 975 of file aruco.cpp.

◆ distCoeff

const Mat& cv::aruco::MarkerContourParallel::distCoeff
private

Definition at line 978 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