Brian Wignall
8c09249352
Fix typos
2019-12-02 07:23:05 -05:00
Alexander Alekhin
35972a1ec4
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-11-18 07:19:57 +00:00
Alexander Alekhin
4c5f06128b
build: GCC9 compilation
2019-11-12 18:50:43 +03:00
Maksim Shabunin
cdd19ebead
backport: Fixed warnings produced by clang-9.0.0
...
83fc27cb99
2019-09-24 12:32:41 +03:00
Alexander Alekhin
3ad82f9d42
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-08-05 18:41:56 +03:00
SSE4
7f55468235
- fix find_package for glog & gflags
...
Signed-off-by: SSE4 <tomskside@gmail.com >
2019-08-03 22:06:13 +02:00
Paul Debus
2b8870deb5
Fix broken pyhton binding for sfm importReconstruction
...
Change signature of the importReconstruction function to allow for
correct python bindings to be exported.
2019-07-26 16:45:38 +02:00
Alexander Alekhin
b6e2867525
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-05-28 19:27:53 +03:00
LaurentBerger
a6d4573213
add glog_library to correspondence cmakelists.txt
2019-05-24 21:04:43 +02:00
Alexander Alekhin
2465def84f
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-05-23 19:49:20 +03:00
Alexander Alekhin
983e4c1379
sfm: fix build with eigen
2019-05-21 17:16:37 +03:00
Alexander Alekhin
33f18dd60b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-02-26 15:41:56 +03:00
Ted Steiner
fe71b09f88
sfm module calls imread function, which is in imgcodecs module
...
This built correctly before because tests were run with the highgui module enabled.
The sfm module links against the features2d module, which brings in the highgui module as an optional target if enabled.
Through this path, imread was working correctly despite the file including the wrong header and not declaring its linking dependency.
2019-02-19 19:56:32 -05:00
Maksim Shabunin
83fc27cb99
Fixed warnings produced by clang-9.0.0
2019-01-30 15:14:15 +03:00
Alexander Alekhin
ab2e83248f
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-01-10 12:29:39 +03:00
Raphael Graf
d487f2426d
sfm: avoid variable-names starting with underscore
...
Resolves #1963
2019-01-09 15:44:39 +01:00
Alexander Alekhin
6c16e89202
typo: rename sfm sample
2019-01-04 11:06:43 +00:00
Alexander Alekhin
84ac312fd0
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2018-11-21 08:35:22 +00:00
huangqinjin
35da439953
num_linear_solver_threads has been deprecated since Ceres 1.14.0
2018-11-19 20:39:34 +08:00
Alexander Alekhin
299bbcc800
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2018-11-06 20:01:24 +00:00
Alexander Alekhin
da3375f682
sfm: fix build with Ceres
2018-11-03 14:57:16 +00:00
Alexander Alekhin
91e1657362
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2018-11-02 05:24:43 +00:00
Alexander Alekhin
fc28d02a1e
sfm: fix public includes
...
don't include internal 3rdparty header
2018-10-28 16:35:52 +00:00
Lubos
3fbe8bc678
SFM::reconstruct - decompose K matrix correctly
2018-10-07 12:44:13 +02:00
Alexander Alekhin
0879ce847b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2018-09-28 12:47:51 +03:00
Maksim Shabunin
a0ad83f117
Fixed or disabled some warnings in several cvv, ovis and sfm modules
2018-09-25 14:50:16 +03:00
LaurentBerger
d3d3806351
solves I1767
2018-09-11 22:30:08 +02:00
Alexander Alekhin
b9d83609de
build: eliminate GCC8 warnings
2018-07-16 17:21:45 +03:00
Alexander Alekhin
036e699553
samples: apply CV_OVERRIDE/CV_FINAL
2018-03-28 17:25:51 +03:00
Alexander Alekhin
5354a1bfcb
sfm: apply CV_OVERRIDE/CV_FINAL
2018-03-28 17:25:51 +03:00
Maksim Shabunin
4223df69b2
Fixed samples compilation warnings (no previous declaration)
2018-02-09 14:23:03 +03:00
Alexander Alekhin
d8673bd74a
Merge pull request #1544 from johncant:fix_sfm_build
2018-02-06 09:54:26 +00:00
John Cant
f7c991eb36
Build SFM with C++11 if Ceres was built with C++11
2018-02-05 23:46:32 +00:00
Alexander Alekhin
edfdf12c31
tests: refactor test files
2018-02-02 19:15:28 +03:00
Maksim Shabunin
c99d1c3b04
Fixed several warnings produced by clang-6.0.0
2018-01-30 13:28:40 +03:00
Adam
27bbdb637f
Just a tiny fix of two typos
...
- Fixed a typo in the help text
- Fixed a typo in a comment line
2017-12-31 23:30:44 +01:00
berak
102c80a2c9
remove some non-ascii symbols
2017-12-05 18:02:15 +01:00
Maksim Shabunin
b16d9dbcc5
Fixed several warnings produced by GCC 7
2017-11-29 16:51:07 +03:00
Alexander Alekhin
e878ea952a
build: fix defines
2017-11-27 14:43:58 +03:00
Francis Charette Migneault
eef53c29eb
Merge pull request #1358 from fmigneault:sfm-fix
...
Fix SFM compilation problem with Windows not finding libmv directory (#1358 )
* cmake fix sfm module
* cmake dir fix
* add cmake bin dir + module part of world
2017-09-13 17:59:54 +00:00
Vladislav Sovrasov
1537cbb9d8
Get rid of exit() calls in algorithms and tests
2017-06-21 12:15:17 +03:00
LaurentBerger
03f0b94fbe
try to solve issue #8748
2017-05-19 09:19:07 +02:00
Alexander Alekhin
27bf9e2988
Merge pull request #1169 from ioxp:sfmFixes
2017-05-18 11:01:05 +00:00
Philipp Hasper
363097e9c3
sfm: Fixed build for MSVC: snprintf only in VS2015 and above
2017-05-18 10:31:18 +02:00
Philipp Hasper
204db719aa
sfm: Added throwing of Error::StsNotImplemented for affine reconstruction
2017-05-18 09:54:23 +02:00
Philipp Hasper
4f8a400d5d
sfm: Enabled intrinsics refinement
...
The other implementation of reconstruct() had the flag enabled. Enabling
it here as well for consistency
2017-05-18 09:53:51 +02:00
LaurentBerger
ae8682693b
user can load his own data using command line or use simulate data
2017-05-12 16:25:56 +02:00
LaurentBerger
4e866d4232
solve issue #1155
2017-05-11 21:44:32 +02:00
Maksim Shabunin
234b3a4155
Fixed gflags search in Ubuntu
2017-04-07 12:26:07 +03:00
Alexander Alekhin
4dce87d252
sfm: update gflags detection
2017-03-10 16:02:17 +03:00