Fix python sample path
authordpen2000 <davidpendray@gmail.com>
Thu, 26 Dec 2013 10:36:24 +0000 (10:36 +0000)
committerdpen2000 <davidpendray@gmail.com>
Thu, 26 Dec 2013 10:36:24 +0000 (10:36 +0000)
modules/imgproc/doc/feature_detection.rst

index 8218ef2..4f922f2 100644 (file)
@@ -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
 ----------------------