Skip to content

Commit 875e6d8

Browse files
authored
Update README.md
1 parent 80a70ef commit 875e6d8

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Computer-Vision-Tool
1+
# Computer-Vision-Tool for Windows
22

33
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.
44

5-
Currently this application supports following functionalities
5+
Currently this application supports following functionalities from OpenCV
66

7-
### Edge Detections
7+
### Edge Detection
88
- Sobel
99
- Canny
1010

@@ -14,5 +14,13 @@ Currently this application supports following functionalities
1414
- Gaussian
1515
- Bilateral
1616

17+
##Installation
18+
Download the executable and install and run the ImageProcessingApp.exe
19+
20+
##How to use
21+
Please check out the demo [video]()
22+
23+
24+
1725

1826

0 commit comments

Comments
 (0)