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
f0f741b7
Commit
f0f741b7
authored
Apr 28, 2014
by
Ilya Krylov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added documentation
parent
05ee15f1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
camera_calibration_and_3d_reconstruction.rst
.../calib3d/doc/camera_calibration_and_3d_reconstruction.rst
+0
-0
calib3d.hpp
modules/calib3d/include/opencv2/calib3d/calib3d.hpp
+1
-1
No files found.
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
View file @
f0f741b7
This diff is collapsed.
Click to expand it.
modules/calib3d/include/opencv2/calib3d/calib3d.hpp
View file @
f0f741b7
...
@@ -802,7 +802,7 @@ public:
...
@@ -802,7 +802,7 @@ public:
static
void
initUndistortRectifyMap
(
InputArray
K
,
InputArray
D
,
InputArray
R
,
InputArray
P
,
static
void
initUndistortRectifyMap
(
InputArray
K
,
InputArray
D
,
InputArray
R
,
InputArray
P
,
const
cv
::
Size
&
size
,
int
m1type
,
OutputArray
map1
,
OutputArray
map2
);
const
cv
::
Size
&
size
,
int
m1type
,
OutputArray
map1
,
OutputArray
map2
);
//! undistorts image, opti
nally chan
es resolution and camera matrix. If Knew zero identity matrix is used
//! undistorts image, opti
onally chang
es resolution and camera matrix. If Knew zero identity matrix is used
static
void
undistortImage
(
InputArray
distorted
,
OutputArray
undistorted
,
static
void
undistortImage
(
InputArray
distorted
,
OutputArray
undistorted
,
InputArray
K
,
InputArray
D
,
InputArray
Knew
=
cv
::
noArray
(),
const
Size
&
new_size
=
Size
());
InputArray
K
,
InputArray
D
,
InputArray
Knew
=
cv
::
noArray
(),
const
Size
&
new_size
=
Size
());
...
...
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