From d6a88397b46baa6662bea6e599564840f869cb40 Mon Sep 17 00:00:00 2001 From: dpen2000 Date: Thu, 26 Dec 2013 10:36:24 +0000 Subject: [PATCH] Fix python sample path --- modules/imgproc/doc/feature_detection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/doc/feature_detection.rst b/modules/imgproc/doc/feature_detection.rst index 8218ef24b1..4f922f2a7c 100644 --- a/modules/imgproc/doc/feature_detection.rst +++ b/modules/imgproc/doc/feature_detection.rst @@ -36,7 +36,7 @@ http://en.wikipedia.org/wiki/Canny_edge_detector * An example on using the canny edge detector can be found at opencv_source_code/samples/cpp/edge.cpp - * (Python) An example on using the canny edge detector can be found at opencv_source_code/samples/cpp/edge.py + * (Python) An example on using the canny edge detector can be found at opencv_source_code/samples/python/edge.py cornerEigenValsAndVecs ----------------------