Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 956 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 956 Bytes

Computer-Vision-Toolbox for Windows

When working on Image processing and Computer Vision algorithms, I constantly use to experiment with many preliminary image processing operations such as edge detection, blur etc. To make my experimentation easy, I decided to build an QT based GUI application.

Currently this application supports following functionalities from OpenCV

Edge Detection

  • Sobel
  • Canny

Blur

  • Homogeneous
  • Median
  • Gaussian
  • Bilateral

Installation

Download the executable and install and run the ImageProcessingApp.exe

How to use

Please check out the demo video

Screenshot

One Two