Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1012 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 1012 Bytes

ComputerVision-Algorithms

Software for simple use of low-level Computer Vision Algorithms.

Through a clear GUI it's possible to:

  • upload an image, which will be automatically converted to the grayscale;
  • compute the image histogram;
  • apply the Negative filter;
  • apply noises (Gaussian, Impulse noises);
  • apply digital filters for noise reduction (Average, Median, Gaussian filters);
  • make edges detection (Roberts Cross, Sobel algorithms);
  • make features detection (Tomasi Kanade algorithm);
  • save the new image, obviously!

Developed with @latios93.

See some screenshots!

Edge detection

Edge detection

Gaussian Noise

Application

Gaussian Noise Application

Reduction

Gaussian Noise Reduction

Impulse Noise

Application

Impulse Noise Application

Reduction

Impulse Noise Reduction