Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
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_contrib
Commits
821b7fb6
Commit
821b7fb6
authored
Aug 02, 2019
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2206 from PaulDebus:sfm_importReconstruction
parents
0915b7ea
2b8870de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
io.hpp
modules/sfm/include/opencv2/sfm/io.hpp
+1
-1
io.cpp
modules/sfm/src/io.cpp
+2
-3
No files found.
modules/sfm/include/opencv2/sfm/io.hpp
View file @
821b7fb6
...
...
@@ -76,7 +76,7 @@ CV_EXPORTS_W
void
importReconstruction
(
const
cv
::
String
&
file
,
OutputArrayOfArrays
Rs
,
OutputArrayOfArrays
Ts
,
OutputArrayOfArrays
Ks
,
OutputArray
points3d
,
int
file_format
=
SFM_IO_BUNDLER
);
OutputArray
OfArrays
points3d
,
int
file_format
=
SFM_IO_BUNDLER
);
//! @} sfm
...
...
modules/sfm/src/io.cpp
View file @
821b7fb6
...
...
@@ -50,7 +50,7 @@ namespace sfm
void
importReconstruction
(
const
cv
::
String
&
file
,
OutputArrayOfArrays
_Rs
,
OutputArrayOfArrays
_Ts
,
OutputArrayOfArrays
_Ks
,
OutputArray
_points3d
,
int
file_format
)
{
OutputArray
OfArrays
_points3d
,
int
file_format
)
{
std
::
vector
<
Matx33d
>
Rs
,
Ks
;
std
::
vector
<
Vec3d
>
Ts
,
points3d
;
...
...
@@ -89,4 +89,4 @@ importReconstruction(const cv::String &file, OutputArrayOfArrays _Rs,
}
/* namespace sfm */
}
/* namespace cv */
\ No newline at end of file
}
/* namespace cv */
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