summaryrefslogtreecommitdiff
path: root/opencv-qt-integration-1/README.md
diff options
context:
space:
mode:
authorNash <nash@bsd-noobz.com>2014-08-30 22:21:43 +0700
committerNash <nash@bsd-noobz.com>2014-08-30 22:21:43 +0700
commit86cf657a30f466f107c49c7cef62a4720abba052 (patch)
tree264f634b243e9b61ef2f689c835b6e47c879e937 /opencv-qt-integration-1/README.md
parent9bce027144fd4999a16c07e708d29763dbf3cde9 (diff)
improve the README file
Diffstat (limited to 'opencv-qt-integration-1/README.md')
-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 11142c8..84b342d 100644
--- a/opencv-qt-integration-1/README.md
+++ b/opencv-qt-integration-1/README.md
@@ -25,7 +25,7 @@ If everything is ok, it will produce an executable: `ImageViewer` (Linux), `Imag
Known Issues
------------
-The code using relative path to locate the input image:
+In `ImageViewer.cpp`, the code using relative path to locate the input image:
img = cv::imread("../assets/flughahn.jpg");