- 28 Feb, 2017 1 commit
-
-
umbraclet16 authored
Fix bug in camera_calibration.cpp that the program tries to parse input of type VIDEO_FILE as IMAGE_LIST which causes the program to crash.
-
- 15 Dec, 2016 1 commit
-
-
StevenPuttemans authored
Original commit is a5f19f7dd6ae5bc93f73e0417a9e0bfd34c01672
-
- 08 Aug, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 26 Jun, 2016 1 commit
-
-
Suleyman TURKMEN authored
-
- 24 Sep, 2015 1 commit
-
-
Enes Ateş authored
in documentation exact path is images/CameraCalibration/VID5 see also PR #5393
-
- 23 Sep, 2015 1 commit
-
-
Enes Ateş authored
in documentation exact path is images/CameraCalibration/VID5
-
- 04 Sep, 2015 2 commits
-
-
Pavel Rojtberg authored
-
berak authored
-
- 31 Mar, 2015 1 commit
-
-
Pavel Rojtberg authored
* correct the part about fixed aspect * improve formatting * add snippet markers to source * replace inline code by @snippet - do not run calibration twice when using a imageList - make output consistent in itself (CamelCase vs no_camel_case) as well as with old camera calibrate sample - respect write extrinsic/ points flags - set the aspectRatio value when specified - fix writing of calibration settings. also update grammar. - fix intendation and remove some size_t -> int casts by using size_t
-
- 18 Oct, 2014 1 commit
-
-
Vadim Pisarevsky authored
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
-
- 17 Oct, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 16 Oct, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 12 Aug, 2014 3 commits
- 11 Aug, 2014 3 commits
- 09 Aug, 2014 5 commits
- 08 Aug, 2014 4 commits
- 07 Aug, 2014 3 commits
- 06 Aug, 2014 6 commits
-
-
edgarriba authored
-
edgarriba authored
-
edgarriba authored
-
edgarriba authored
-
edgarriba authored
-
edgarriba authored
deleted: src/CsvReader.h deleted: src/CsvWriter.cpp deleted: src/CsvWriter.h deleted: src/Mesh.cpp deleted: src/Mesh.h deleted: src/Model.cpp deleted: src/Model.h deleted: src/ModelRegistration.cpp deleted: src/ModelRegistration.h deleted: src/PnPProblem.cpp deleted: src/PnPProblem.h deleted: src/RobustMatcher.cpp deleted: src/RobustMatcher.h deleted: src/Utils.cpp deleted: src/Utils.h deleted: src/main_detection.cpp deleted: src/main_registration.cpp deleted: src/main_verification.cpp deleted: src/test_pnp.cpp
-
- 05 Aug, 2014 1 commit
-
-
edgarriba authored
-