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 operationin OpenCV library. The result is shown as/result/lena-cmp.png - to do data format IO with
XML/YMLin OpenCV library - to do
camera calibrationin OpenCV library. The result is shown as/result/_1_result.png
[ Kernel processing ]
- to run
gaussian filterin c/c++ - to run
median filterin 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