A new article is published on overflowjs.com around creating a UI for applying filters on images from scratch.
The article discusses the below points.
Smoothing Filters (Some filters and algo’s for it)
Thresholding Filters
Finding contours in the image
Finally, the use of a live camera to capture some images from the webcam and applying filters
Read full article - https://overflowjs.com/posts/Image-Processing-Making-Custom-Filters-Reactjs-Part-2.html article on overflowjs.com
Here is the live app link of UI (may take time to load for the first time ) - https://peaceful-reef-69295.herokuapp.com/
Github code link - https://github.com/overflowjscom/image_app_image_processing_opencvviawebcam_part_2
Happy coding!
Top comments (0)