Commit 6afd4467 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed paths to demo python scripts

parent f8d93df5
...@@ -1436,7 +1436,7 @@ as occlusions. ...@@ -1436,7 +1436,7 @@ as occlusions.
Here is how the function can be used: 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: :literal:
......
...@@ -622,7 +622,7 @@ denotes a second image derivative. ...@@ -622,7 +622,7 @@ denotes a second image derivative.
The corners can be found as local maximums of the function below: 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: :literal:
...@@ -232,7 +232,7 @@ single-channel images. The elements of a tuple that is used to increment ...@@ -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 a histogram bin are taken at the same location from the corresponding
input images. input images.
.. include:: /Users/vp/Projects/ocv/opencv/doc/python_fragments/calchist.py .. include:: ../../python_fragments/calchist.py
:literal: :literal:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment