haocse / documentscanner

Edge Detection for Android without using Canny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Edge Detection for Android without using Canny

License:Apache License 2.0


Languages

Language:C++ 60.1%Language:Java 30.1%Language:CMake 6.0%Language:C 3.5%Language:Objective-C 0.1%Language:Makefile 0.1%Language:HTML 0.0%Language:Kotlin 0.0%