From 4e85f9e0d560a8b665b513a17e2cacb8fc5f9071 Mon Sep 17 00:00:00 2001 From: Nash Date: Sat, 30 Aug 2014 21:27:17 +0700 Subject: improve the README file --- opencv-qt-integration-1/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/opencv-qt-integration-1/README.md b/opencv-qt-integration-1/README.md index 2c9aa5b..e58f939 100644 --- a/opencv-qt-integration-1/README.md +++ b/opencv-qt-integration-1/README.md @@ -1,2 +1,24 @@ 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. + -- cgit v1.2.3