diff options
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"); |