-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Which trans module do you use? #1
Comments
HI, You can use the transform1.py under computer vision, and change the code to although you may only need to use wrapped I made some changes in the four-point-transform function so that you can obtain a top down bird eye view of the qr, which allows you to have your qr code identified at various tilting angles.thi function also contains a lot of nonsensical stuff I hard coded in to work for my purpose at the moment...you can simply ignore it. Hope this helps |
HI, Any News? |
Hello Guys, Change Note: Here trans is not a module, it's a file named transform & I hope this will help. Now we can close this. |
I'm using your python code to develop my app but I have the problem with this part
warped = trans.four_point_transform(img, src)
in file
qrcode.py
line274
when it reaches this part it says:
AttributeError: 'module' object has no attribute 'four_point_transform'
indeed
trans
I installed from pip doesn't have it.Can you help?
The text was updated successfully, but these errors were encountered: