WebsiteBeaver / android-document-scanner

66 stars 48 forks source link

Added magnifier to grabbing edges easily #11

Closed Husseinhj closed 1 year ago

Husseinhj commented 1 year ago

I added a magnifier for grabbing edges quickly by tapping or moving boundaries like in the following image. Also, I updated the OpenCV library to version 4.5.5

Screenshot: Screenshot 2022-12-01 at 11 55 08 AM

dmarcs commented 1 year ago

@Husseinhj This is a great idea, and your code looks good. I referred to your pull request, but made some changes

https://github.com/WebsiteBeaver/android-document-scanner/pull/12

  1. display lines going through corner to make selecting more precise
  2. don't make this feature configurable
  3. use the original (large) bitmap instead of a scaled down version