New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gsoc2019] Implement adaptive mean thresholding #315
Labels
Comments
3 tasks
miralshah365
added a commit
to miralshah365/gil
that referenced
this issue
Jul 22, 2019
miralshah365
added a commit
to miralshah365/gil
that referenced
this issue
Jul 22, 2019
miralshah365
added a commit
to miralshah365/gil
that referenced
this issue
Jul 23, 2019
miralshah365
added a commit
to miralshah365/gil
that referenced
this issue
Jul 23, 2019
miralshah365
added a commit
to miralshah365/gil
that referenced
this issue
Jul 23, 2019
miralshah365
added a commit
that referenced
this issue
Jul 25, 2019
* Mean adaptive threshold implemented with the example Implements #315
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
References
List of papers and other documentation about algorithm(s) for the adaptive average thresholding:
Adaptive Thresholding Using the Integral Image by Derek Bradley, Gerhard Roth (ACM Journal of Graphics Tools, 2007)
Hypermedia Image Processing Reference: Adaptive Thresholding by Robert Fisher et.al (University of Edinburgh)
Image Processing using 2D-Convolution for neighborhood averaging operation explained by Glen Williamson
https://docs.opencv.org/4.1.0/d7/d4d/tutorial_py_thresholding.html with
cv.adaptiveThreshold
functionhttp://hanzratech.in/2015/01/21/adaptive-thresholding.html explains based on OpenCV
The text was updated successfully, but these errors were encountered: