From 86cf657a30f466f107c49c7cef62a4720abba052 Mon Sep 17 00:00:00 2001 From: Nash Date: Sat, 30 Aug 2014 22:21:43 +0700 Subject: improve the README file --- opencv-qt-integration-1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3