We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
detectAndDecode in WeChatQRCode not detected QR codes on large images (4032x3024)
detectAndDecode
WeChatQRCode
script:
import cv2 as cv import numpy as np print(cv.__version__) detector = cv.wechat_qrcode_WeChatQRCode("detect.prototxt", "detect.caffemodel", "sr.prototxt", "sr.caffemodel") image = cv.imread("image001.jpg", cv.IMREAD_IGNORE_ORIENTATION) res1, res2 = detector.detectAndDecode(image) print(res1, res2)
result:
4.6.0 () ()
image001.jpg:
image from https://boofcv.org/notwiki/regression/fiducial/qrcodes_v3.zip
The text was updated successfully, but these errors were encountered:
AleksandrPanov
Successfully merging a pull request may close this issue.
detectAndDecode
inWeChatQRCode
not detected QR codes on large images (4032x3024)Detailed description
script:
result:
image001.jpg:
image from https://boofcv.org/notwiki/regression/fiducial/qrcodes_v3.zip
Issue submission checklist
The text was updated successfully, but these errors were encountered: