1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 19:44:14 +08:00
Commit Graph

49 Commits

Author SHA1 Message Date
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
Vladislav Sovrasov
049e91c8ed sfm: fix missing module include in cmake 2017-02-20 16:49:44 +03:00
Geoff
8a23411b3f Update README.md (#902)
* Update README.md

fix a typo

* Update README.md
2016-12-23 13:51:26 +03:00
Vitaly Tuzov
9b594f49bd Fix for SFM module configuration when no gflags have been found 2016-10-19 15:23:13 +03:00
Alexander Alekhin
3d43e7eb21 cmake: fix try_compile directory
It is required for proper work of toolchains
2016-10-12 23:46:26 +03:00
Vitaly Tuzov
383c158d6e Fix for SFM module build on Windows 2016-09-22 14:27:38 +03:00
edgarriba
d3dd859459 add io submodule for import scenes 2016-01-19 11:51:42 +01:00
Konstantin Volokh
1fe0c7121b fix fc20 builds
Signed-off-by: Konstantin Volokh <Konstantin.Volokh@transas.com>
2016-01-18 19:30:12 +04:00
Balint Cristian
a5e7d8f0da CompileFix: SetCommandLineOption may be in gflags:: not google:: 2015-12-22 13:49:57 +02:00
Maksim Shabunin
9c80c40c36 Fixed sfm module static build 2015-12-17 12:18:00 +03:00
Marc-Stefan Cassola
7228118724 added sfm.hpp to include dirs 2015-12-14 18:14:15 +01:00
Marc-Stefan Cassola
d887ecf009 glog as well 2015-12-14 17:54:04 +01:00
Marc-Stefan Cassola
9ea2d59865 fixed osx linking error for module sfm 2015-12-14 17:54:03 +01:00
edgarriba
9052277118 fixing building issue 2015-10-14 18:32:29 +02:00
edgarriba
a1460ef3eb adding python bindings 2015-10-14 16:06:34 +02:00
edgarriba
8fdf85e0a2 fixing ARM issue with glog 2015-10-06 09:32:47 +02:00
edgarriba
2a14d220c7 gsoc_2015: sfm module integration 2015-10-05 16:20:04 +02:00