DEV Community

Deepak Gupta
Deepak Gupta

Posted on • Originally published at overflowjs.com

Image Processing - Making Custom Filters - React.js - Part 2

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.

  1. Smoothing Filters (Some filters and algo’s for it)

  2. Thresholding Filters

  3. 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)