|
void | operator() (const Range &range) const CV_OVERRIDE |
|
| SinglePoseEstimationParallel (Mat &_markerObjPoints, InputArrayOfArrays _corners, InputArray _cameraMatrix, InputArray _distCoeffs, Mat &_rvecs, Mat &_tvecs) |
|
ParallelLoopBody class for the parallelization of the single markers pose estimation Called from function estimatePoseSingleMarkers()
Definition at line 1190 of file aruco.cpp.
◆ SinglePoseEstimationParallel()
cv::aruco::SinglePoseEstimationParallel::SinglePoseEstimationParallel |
( |
Mat & |
_markerObjPoints, |
|
|
InputArrayOfArrays |
_corners, |
|
|
InputArray |
_cameraMatrix, |
|
|
InputArray |
_distCoeffs, |
|
|
Mat & |
_rvecs, |
|
|
Mat & |
_tvecs |
|
) |
| |
|
inline |
◆ operator()()
void cv::aruco::SinglePoseEstimationParallel::operator() |
( |
const Range & |
range | ) |
const |
|
inline |
◆ operator=()
◆ cameraMatrix
InputArray cv::aruco::SinglePoseEstimationParallel::cameraMatrix |
|
private |
◆ corners
InputArrayOfArrays cv::aruco::SinglePoseEstimationParallel::corners |
|
private |
◆ distCoeffs
InputArray cv::aruco::SinglePoseEstimationParallel::distCoeffs |
|
private |
◆ markerObjPoints
Mat& cv::aruco::SinglePoseEstimationParallel::markerObjPoints |
|
private |
◆ rvecs
Mat& cv::aruco::SinglePoseEstimationParallel::rvecs |
|
private |
◆ tvecs
Mat cv::aruco::SinglePoseEstimationParallel::tvecs |
|
private |
The documentation for this class was generated from the following file: