OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::QRCodeDetector Member List

This is the complete list of members for cv::QRCodeDetector, including all inherited members.

decode(InputArray img, InputArray points, OutputArray straight_code=noArray()) constcv::GraphicalCodeDetector
decodeCurved(InputArray img, InputArray points, OutputArray straight_qrcode=noArray())cv::QRCodeDetector
decodeMulti(InputArray img, InputArray points, std::vector< std::string > &decoded_info, OutputArrayOfArrays straight_code=noArray()) constcv::GraphicalCodeDetector
detect(InputArray img, OutputArray points) constcv::GraphicalCodeDetector
detectAndDecode(InputArray img, OutputArray points=noArray(), OutputArray straight_code=noArray()) constcv::GraphicalCodeDetector
detectAndDecodeCurved(InputArray img, OutputArray points=noArray(), OutputArray straight_qrcode=noArray())cv::QRCodeDetector
detectAndDecodeMulti(InputArray img, std::vector< std::string > &decoded_info, OutputArray points=noArray(), OutputArrayOfArrays straight_code=noArray()) constcv::GraphicalCodeDetector
detectMulti(InputArray img, OutputArray points) constcv::GraphicalCodeDetector
GraphicalCodeDetector()cv::GraphicalCodeDetector
GraphicalCodeDetector(const GraphicalCodeDetector &)=defaultcv::GraphicalCodeDetector
GraphicalCodeDetector(GraphicalCodeDetector &&)=defaultcv::GraphicalCodeDetector
operator=(const GraphicalCodeDetector &)=defaultcv::GraphicalCodeDetector
operator=(GraphicalCodeDetector &&)=defaultcv::GraphicalCodeDetector
pcv::GraphicalCodeDetectorprotected
QRCodeDetector()cv::QRCodeDetector
setEpsX(double epsX)cv::QRCodeDetector
setEpsY(double epsY)cv::QRCodeDetector
setUseAlignmentMarkers(bool useAlignmentMarkers)cv::QRCodeDetector