The repos is to show my work-out in computer vision library. The snnipet shows the code in OpenCV example
[ OpenCV ]
- to do image processing with
filtering operation
in OpenCV library. The result is shown as/result/lena-cmp.png
- to do data format IO with
XML/YML
in OpenCV library - to do
camera calibration
in OpenCV library. The result is shown as/result/_1_result.png
[ Kernel processing ]
- to run
gaussian filter
in c/c++ - to run
median filter
in c/c++
[ Qt-GUI ]
- SIGNAl, SLOTS, QWidget ...
- to vislulize your webcam image in a single button. The result is shown as
/result/qt-gui-1.png