Class cv::QRCodeDetectorAruco#

QR code detector based on Aruco markers detection code.

Collaboration diagram for cv::QRCodeDetectorAruco:

Public Member Functions#

Public Member Functions inherited from cv::GraphicalCodeDetector

Additional Inherited Members#

Protected Attributes inherited from cv::GraphicalCodeDetector

Return

Name

Description

Ptr< Impl >

p

Detailed Description#

QR code detector based on Aruco markers detection code.

Constructor & Destructor Documentation#

QRCodeDetectorAruco()#

cv::QRCodeDetectorAruco::QRCodeDetectorAruco()

Python:

QRCodeDetectorAruco()#

cv::QRCodeDetectorAruco::QRCodeDetectorAruco(const QRCodeDetectorAruco::Params & params)

Python:

QR code detector constructor for Aruco-based algorithm. See cv::QRCodeDetectorAruco::Params.

Member Function Documentation#

getArucoParameters()#

const aruco::DetectorParameters & cv::QRCodeDetectorAruco::getArucoParameters()

Python:

cv.QRCodeDetectorAruco.getArucoParameters() -> retval

Aruco detector parameters are used to search for the finder patterns.

getDetectorParameters()#

const QRCodeDetectorAruco::Params & cv::QRCodeDetectorAruco::getDetectorParameters()

Python:

cv.QRCodeDetectorAruco.getDetectorParameters() -> retval

Detector parameters getter. See cv::QRCodeDetectorAruco::Params.

setArucoParameters()#

void cv::QRCodeDetectorAruco::setArucoParameters(const aruco::DetectorParameters & params)

Python:

cv.QRCodeDetectorAruco.setArucoParameters(params)

Aruco detector parameters are used to search for the finder patterns.

setDetectorParameters()#

QRCodeDetectorAruco & cv::QRCodeDetectorAruco::setDetectorParameters(const QRCodeDetectorAruco::Params & params)

Python:

cv.QRCodeDetectorAruco.setDetectorParameters(params) -> retval

Detector parameters setter. See cv::QRCodeDetectorAruco::Params.

Source file#

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