Skip to content

haocse/documentscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Hao Tran
Jun 10, 2019
5e3ae33 · Jun 10, 2019

History

50 Commits
Jun 10, 2019
Jun 10, 2019
May 14, 2019
Jun 10, 2019
Apr 22, 2019
Apr 22, 2019
Apr 26, 2019
May 22, 2019
May 14, 2019
May 2, 2019
May 21, 2019
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019
May 23, 2019
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019
May 30, 2019
Apr 22, 2019
May 23, 2019

Repository files navigation

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/