Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 873 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 873 Bytes

Image Processing App

image_app_pic

This is a simple image processing app containing operations like -

  • Image Equalization
  • Image Flipping
  • Image Mirroring
  • Image Binarization
  • Image Inversion
  • Image Solarization

and transformations like -

  • Image Erosion
  • Image Dilation
  • Image Opening
  • Image Closing
  • Image Morphological Gradient
  • Boundary Extraction

Features

  • User can upload the image file directly from his/her local folder.
  • Toggle switch for converting the image into grayscale.
  • The required output will be displayed in the output (side) window.

For sure additional operations and transformation will be added. You can checkout the app here.