Skip to content

ZehnerRao/aithreshold

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdaptiveIntegralThresholding

Adaptive Thresholding Using the Integral Image

Based on https://github.com/rmtheis/bradley-adaptive-thresholding Converted to opencv 3

It gives better result then opencv cv::adaptiveThreshold

Build:

cmake .

make

Usage:

./aithreshold in.png out.png [T=0.15] [part=8] [blur=0]

Example:

./aithreshold images/image.png images/output.png

image.png

Image

output.png

Image

About

Adaptive Thresholding Using the Integral Image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.8%
  • CMake 23.1%
  • Starlark 3.1%