summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNash <nash@bsd-noobz.com>2014-08-30 21:43:44 +0700
committerNash <nash@bsd-noobz.com>2014-08-30 21:43:44 +0700
commiteac2d3a8dfb5d689d231f74af29ab03cd2190a6c (patch)
tree02e7ab45388cfc9f3b116a41acf50be7809e1a8f
parent4e85f9e0d560a8b665b513a17e2cacb8fc5f9071 (diff)
improve the README file
-rw-r--r--opencv-qt-integration-1/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/opencv-qt-integration-1/README.md b/opencv-qt-integration-1/README.md
index e58f939..bfaa541 100644
--- a/opencv-qt-integration-1/README.md
+++ b/opencv-qt-integration-1/README.md
@@ -3,7 +3,7 @@ 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.
-<a href='http://postimg.org/image/4k1iv0kon/' target='_blank'><img src='http://s15.postimg.org/4k1iv0kon/opencv_qt.jpg' border='0' alt="opencv qt" /></a>
+![Screenshot](http://i.imgur.com/XKH4DMM.png)
Compiling
---------