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

Public Member Functions

 CharucoSubpixelParallel (const Mat *_grey, vector< Point2f > *_filteredChessboardImgPoints, vector< Size > *_filteredWinSizes, const Ptr< DetectorParameters > &_params)
 
void operator() (const Range &range) const CV_OVERRIDE
 

Private Member Functions

CharucoSubpixelParalleloperator= (const CharucoSubpixelParallel &)
 

Private Attributes

vector< Point2f > * filteredChessboardImgPoints
 
vector< Size > * filteredWinSizes
 
const Mat * grey
 
const Ptr< DetectorParameters > & params
 

Detailed Description

ParallelLoopBody class for the parallelization of the charuco corners subpixel refinement Called from function _selectAndRefineChessboardCorners()

Definition at line 279 of file charuco.cpp.

Constructor & Destructor Documentation

◆ CharucoSubpixelParallel()

cv::aruco::CharucoSubpixelParallel::CharucoSubpixelParallel ( const Mat *  _grey,
vector< Point2f > *  _filteredChessboardImgPoints,
vector< Size > *  _filteredWinSizes,
const Ptr< DetectorParameters > &  _params 
)
inline

Definition at line 281 of file charuco.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 286 of file charuco.cpp.

◆ operator=()

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

Member Data Documentation

◆ filteredChessboardImgPoints

vector< Point2f >* cv::aruco::CharucoSubpixelParallel::filteredChessboardImgPoints
private

Definition at line 310 of file charuco.cpp.

◆ filteredWinSizes

vector< Size >* cv::aruco::CharucoSubpixelParallel::filteredWinSizes
private

Definition at line 311 of file charuco.cpp.

◆ grey

const Mat* cv::aruco::CharucoSubpixelParallel::grey
private

Definition at line 309 of file charuco.cpp.

◆ params

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

Definition at line 312 of file charuco.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