-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add direct binary search (DBS) #25
Comments
what's the issue sir |
More reference: http://caca.zoy.org/study/part4.html |
Hi @Jay-sanjay, together with issues #24 and #26, this issue tracks a dithering algorithm that would be nice to have in DitherPunk.jl. For a list of already implemented methods, refer to the list in the README and the gallery. If you are looking to contribute the direct binary search algorithm to DitherPunk.jl, you only need to create an algorithm struct that is a subtype of I would be more than glad to assist you if you are interested in contributing! :) |
@adrhill Sir, while implementing the binarydither! ( ) function should it return 1 if pixel value in the input image is greater than the threshold and 0 in the else case . What must be done could you please assist me further ! |
Hi @Jay-sanjay, functions Writing a I hope the following screenshot helps to illustrate this: |
Yes , Sir should the algorithm be something like : is it enough |
As described in [1] and Chapter 7 of Modern Digital Halftoning by Lau & Are.
The text was updated successfully, but these errors were encountered: