diff options
author | Nash <nash@bsd-noobz.com> | 2014-08-30 22:21:43 +0700 |
---|---|---|
committer | Nash <nash@bsd-noobz.com> | 2014-08-30 22:21:43 +0700 |
commit | 86cf657a30f466f107c49c7cef62a4720abba052 (patch) | |
tree | 264f634b243e9b61ef2f689c835b6e47c879e937 /opencv-qt-integration-1 | |
parent | 9bce027144fd4999a16c07e708d29763dbf3cde9 (diff) |
improve the README file
Diffstat (limited to 'opencv-qt-integration-1')
-rw-r--r-- | opencv-qt-integration-1/README.md | 2 |
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"); |