mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
fixed paths to demo python scripts
This commit is contained in:
parent
f8d93df52a
commit
6afd44674f
@ -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:
|
||||
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user