OpenCV
4.10.0-dev
Open Source Computer Vision
|
This is the complete list of members for cv::QRCodeDetector, including all inherited members.
decode(InputArray img, InputArray points, OutputArray straight_code=noArray()) const | cv::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()) const | cv::GraphicalCodeDetector | |
detect(InputArray img, OutputArray points) const | cv::GraphicalCodeDetector | |
detectAndDecode(InputArray img, OutputArray points=noArray(), OutputArray straight_code=noArray()) const | cv::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()) const | cv::GraphicalCodeDetector | |
detectMulti(InputArray img, OutputArray points) const | cv::GraphicalCodeDetector | |
GraphicalCodeDetector() | cv::GraphicalCodeDetector | |
GraphicalCodeDetector(const GraphicalCodeDetector &)=default | cv::GraphicalCodeDetector | |
GraphicalCodeDetector(GraphicalCodeDetector &&)=default | cv::GraphicalCodeDetector | |
operator=(const GraphicalCodeDetector &)=default | cv::GraphicalCodeDetector | |
operator=(GraphicalCodeDetector &&)=default | cv::GraphicalCodeDetector | |
p | cv::GraphicalCodeDetector | protected |
QRCodeDetector() | cv::QRCodeDetector | |
setEpsX(double epsX) | cv::QRCodeDetector | |
setEpsY(double epsY) | cv::QRCodeDetector | |
setUseAlignmentMarkers(bool useAlignmentMarkers) | cv::QRCodeDetector |