From 6afd44674f7c8c6bd97ad90fc3a9cd6703c05547 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Wed, 11 May 2011 11:27:29 +0000 Subject: [PATCH] fixed paths to demo python scripts --- .../py/calib3d_camera_calibration_and_3d_reconstruction.rst | 2 +- doc/opencv1/py/imgproc_feature_detection.rst | 2 +- doc/opencv1/py/imgproc_histograms.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/opencv1/py/calib3d_camera_calibration_and_3d_reconstruction.rst b/doc/opencv1/py/calib3d_camera_calibration_and_3d_reconstruction.rst index bbe384a30..fde7c0fa6 100644 --- a/doc/opencv1/py/calib3d_camera_calibration_and_3d_reconstruction.rst +++ b/doc/opencv1/py/calib3d_camera_calibration_and_3d_reconstruction.rst @@ -1436,7 +1436,7 @@ as occlusions. Here is how the function can be used: -.. include:: /Users/vp/Projects/ocv/opencv/doc/python_fragments/findstereocorrespondence.py +.. include:: ../../python_fragments/findstereocorrespondence.py :literal: diff --git a/doc/opencv1/py/imgproc_feature_detection.rst b/doc/opencv1/py/imgproc_feature_detection.rst index 256cd0496..86160782f 100644 --- a/doc/opencv1/py/imgproc_feature_detection.rst +++ b/doc/opencv1/py/imgproc_feature_detection.rst @@ -622,7 +622,7 @@ denotes a second image derivative. The corners can be found as local maximums of the function below: -.. include:: /Users/vp/Projects/ocv/opencv/doc/python_fragments/precornerdetect.py +.. include:: ../../python_fragments/precornerdetect.py :literal: diff --git a/doc/opencv1/py/imgproc_histograms.rst b/doc/opencv1/py/imgproc_histograms.rst index b162e573f..989b4ccb2 100644 --- a/doc/opencv1/py/imgproc_histograms.rst +++ b/doc/opencv1/py/imgproc_histograms.rst @@ -232,7 +232,7 @@ single-channel images. The elements of a tuple that is used to increment a histogram bin are taken at the same location from the corresponding input images. -.. include:: /Users/vp/Projects/ocv/opencv/doc/python_fragments/calchist.py +.. include:: ../../python_fragments/calchist.py :literal: