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

Public Member Functions

 MarkerSubpixelParallel (const Mat *_grey, OutputArrayOfArrays _corners, const Ptr< DetectorParameters > &_params)
 
void operator() (const Range &range) const CV_OVERRIDE
 

Private Member Functions

MarkerSubpixelParalleloperator= (const MarkerSubpixelParallel &)
 

Private Attributes

OutputArrayOfArrays corners
 
const Mat * grey
 
const Ptr< DetectorParameters > & params
 

Detailed Description

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

Definition at line 782 of file aruco.cpp.

Constructor & Destructor Documentation

◆ MarkerSubpixelParallel()

cv::aruco::MarkerSubpixelParallel::MarkerSubpixelParallel ( const Mat *  _grey,
OutputArrayOfArrays  _corners,
const Ptr< DetectorParameters > &  _params 
)
inline

Definition at line 784 of file aruco.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 788 of file aruco.cpp.

◆ operator=()

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

Member Data Documentation

◆ corners

OutputArrayOfArrays cv::aruco::MarkerSubpixelParallel::corners
private

Definition at line 805 of file aruco.cpp.

◆ grey

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

Definition at line 804 of file aruco.cpp.

◆ params

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

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