diff options
author | Nash <nash@bsd-noobz.com> | 2014-08-30 22:39:24 +0700 |
---|---|---|
committer | Nash <nash@bsd-noobz.com> | 2014-08-30 22:39:24 +0700 |
commit | 7f86db354eb048183d07cdeb475f085b7125e859 (patch) | |
tree | 296acc27012e74ebf4a80c4fdafcd80b33ad38fe /opencv-qt-integration-1 | |
parent | 86cf657a30f466f107c49c7cef62a4720abba052 (diff) |
improve the README file
Diffstat (limited to 'opencv-qt-integration-1')
-rw-r--r-- | opencv-qt-integration-1/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opencv-qt-integration-1/README.md b/opencv-qt-integration-1/README.md index 84b342d..e0200ae 100644 --- a/opencv-qt-integration-1/README.md +++ b/opencv-qt-integration-1/README.md @@ -7,6 +7,13 @@ This code sample shows the basics to display OpenCV's matrix (`cv::Mat`) within Within the `python/` directory, you will see the same code written in Python. +To compile and run the code, you need to have Qt 5 installed on your computer. The code is successfully tested on the following environment: + + - Mac OS X Mavericks + - Qt 5.3.0 + - OpenCV 3.0.0 + - Python 3.4.1 + Compiling --------- |