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
b1bf1dee
Commit
b1bf1dee
authored
Jun 23, 2011
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed 2 bugs in reference manuals
parent
e60b8dfb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
camera_calibration_and_3d_reconstruction.rst
.../calib3d/doc/camera_calibration_and_3d_reconstruction.rst
+1
-1
geometric_transformations.rst
modules/imgproc/doc/geometric_transformations.rst
+1
-1
No files found.
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
View file @
b1bf1dee
...
...
@@ -106,7 +106,7 @@ The functions below use the above model to do the following:
calibrateCamera
---------------
.. ocv:function:: double calibrateCamera( InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, Size imageSize, InputOutputArray cameraMatrix, InputOutputArray distCoeffs, OutputArray
rvecs, OutputArray
tvecs, int flags=0 )
.. ocv:function:: double calibrateCamera( InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, Size imageSize, InputOutputArray cameraMatrix, InputOutputArray distCoeffs, OutputArray
OfArrays rvecs, OutputArrayOfArrays
tvecs, int flags=0 )
Finds the camera intrinsic and extrinsic parameters from several views of a calibration pattern.
...
...
modules/imgproc/doc/geometric_transformations.rst
View file @
b1bf1dee
...
...
@@ -130,7 +130,7 @@ where
dst(i)=(x'_i,y'_i),
src(i)=(x_i, y_i),
i=0,1,2
i=0,1,2
,3
See Also:
:ocv:func:`findHomography`,
...
...
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