OpenCV - Qt Integration ======================= This sample demonstrate how to display `cv::Mat` using `QLabel` widget. Tested on Mac OS X and Qt 5.3.0. The Python version is available on the `python/` directory. opencv qt Compiling --------- 1. Change the current working directory: cd opencv-qt-integration-1 2. Modify the variables on `ImageViewer.pro` as needed then generate the Makefile: qmake 3. Compile: make 4. Run the generated executable.