meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.56k stars 406 forks source link

[Question] Is there a binary threshold function similar to that of OpenCV's #239

Open shkkim opened 2 years ago

shkkim commented 2 years ago

Wondering if CamanJS has something similar to that of OpenCV's binary threshold. If not, wondering if there are some techniques to make something similar

https://docs.opencv.org/4.x/d7/d4d/tutorial_py_thresholding.html

Thanks!