-
Notifications
You must be signed in to change notification settings - Fork 133
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
Implementing measuring handles #209
Comments
@anushbhatia https://pub.dev/packages/edge_detection . Here is a package that can help for this purpose . |
This can be used. Do you want to go ahead with this? |
If no one's assigned, can I work on it? |
sure |
Hey @anushbhatia , for implementing edge detection we following choices.
Please let me know which one should I go forward with. Also if you have any other suggestions, please let me know. |
I have a codebase based on OpenCV you can use that will push it on another branch. i think the version I m using is stable in that can be used. Let me know I will upload the code if needed |
Is there any way we can make use of a wrapper around the python code of opencv-python or opencv-python-contrib? |
Yes, please upload it. Will look into it. |
So there are two ways that I could find -
These are related links - |
In 2021, we don't use Flask anymore..the defacto choice has become Fastapi. That being said in case you plan to go ahead with the api integration, let me know if you need any assistance |
If I go with making my own API (either with FastApi or flask or any other tech), we'll have to deploy it as well right? Also, the app needs internet then, it won't work offline. Just to be clear, this is what we want :
|
https://github.com/smaranjitghose/DocLense/tree/old_code this is the code used before implementing the measuring handles. |
For this, we can do one thing simply
|
Adding a feature to add dynamic cropping box explained in this [repo]https://github.com/doo/scanbot-sdk-example-flutter)
Adding measuring handles in the project to get better output.
The text was updated successfully, but these errors were encountered: