Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
6afd4467
Commit
6afd4467
authored
May 11, 2011
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed paths to demo python scripts
parent
f8d93df5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
calib3d_camera_calibration_and_3d_reconstruction.rst
...1/py/calib3d_camera_calibration_and_3d_reconstruction.rst
+1
-1
imgproc_feature_detection.rst
doc/opencv1/py/imgproc_feature_detection.rst
+1
-1
imgproc_histograms.rst
doc/opencv1/py/imgproc_histograms.rst
+1
-1
No files found.
doc/opencv1/py/calib3d_camera_calibration_and_3d_reconstruction.rst
View file @
6afd4467
...
@@ -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:
...
...
doc/opencv1/py/imgproc_feature_detection.rst
View file @
6afd4467
...
@@ -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:
doc/opencv1/py/imgproc_histograms.rst
View file @
6afd4467
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment