Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 569 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 569 Bytes

documentscanner (not finished yet)

Working on Edge Detection without using Canny

Idea

Use random forest to detect edges then i try to use houghlines to get the best...

How to use

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'

Reference

https://blogs.dropbox.com/tech/2016/08/fast-and-accurate-document-detection-for-scanning/