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
7b5923e9
Commit
7b5923e9
authored
Mar 24, 2013
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed docs and compile error on Linux
parent
7661625c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
camera_calibration_and_3d_reconstruction.rst
.../calib3d/doc/camera_calibration_and_3d_reconstruction.rst
+0
-0
calib3d.hpp
modules/calib3d/include/opencv2/calib3d.hpp
+3
-3
No files found.
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
View file @
7b5923e9
This diff is collapsed.
Click to expand it.
modules/calib3d/include/opencv2/calib3d.hpp
View file @
7b5923e9
...
@@ -373,8 +373,6 @@ CVAPI(void) cvReprojectImageTo3D( const CvArr* disparityImage,
...
@@ -373,8 +373,6 @@ CVAPI(void) cvReprojectImageTo3D( const CvArr* disparityImage,
#ifdef __cplusplus
#ifdef __cplusplus
}
}
template
<>
CV_EXPORTS
void
cv
::
Ptr
<
CvStereoBMState
>::
delete_obj
();
//////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////
class
CV_EXPORTS
CvLevMarq
class
CV_EXPORTS
CvLevMarq
{
{
...
@@ -673,6 +671,8 @@ CV_EXPORTS_W void correctMatches( InputArray F, InputArray points1, InputArray p
...
@@ -673,6 +671,8 @@ CV_EXPORTS_W void correctMatches( InputArray F, InputArray points1, InputArray p
OutputArray
newPoints1
,
OutputArray
newPoints2
);
OutputArray
newPoints1
,
OutputArray
newPoints2
);
template
<>
CV_EXPORTS
void
Ptr
<
CvStereoBMState
>::
delete_obj
();
class
CV_EXPORTS_W
StereoMatcher
:
public
Algorithm
class
CV_EXPORTS_W
StereoMatcher
:
public
Algorithm
{
{
public
:
public
:
...
@@ -700,7 +700,7 @@ public:
...
@@ -700,7 +700,7 @@ public:
CV_WRAP
virtual
void
setDisp12MaxDiff
(
int
disp12MaxDiff
)
=
0
;
CV_WRAP
virtual
void
setDisp12MaxDiff
(
int
disp12MaxDiff
)
=
0
;
};
};
class
CV_EXPORTS_W
StereoBM
:
public
StereoMatcher
class
CV_EXPORTS_W
StereoBM
:
public
StereoMatcher
{
{
public
:
public
:
...
...
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