A Qt based GUI developed for testing OpenCV functions faster and comparing results easily.
Very Simple to Build
cd LearnCV
make
./LearnCV
Use make clean to remove build files
OpenCV version 4 or higher
Qt5
| Buttons | Description |
|---|---|
| Start Webcam | |
| Switch Camera | |
| Load Video | |
| Load Image | |
| Reset | |
| Add | |
| Remove | |
| Up | |
| Down |
Following operations are shown in the demo :
- Auto Threshold (using Otsu Thresholding)
- RGB to Grayscale
- Cartesian Rotate
MIT License

