Working on Edge Detection without using Canny
Use random forest to detect edges then i try to use houghlines to get the best...
Top-level gradle:
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Then add this line to project gradle:
implementation 'com.github.haocse.documentscanner:documentscanner:1.0.2'
https://blogs.dropbox.com/tech/2016/08/fast-and-accurate-document-detection-for-scanning/