- 01 Aug, 2017 1 commit
-
-
Ryan Pavlik authored
-
- 29 Jul, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 03 Jul, 2017 1 commit
-
-
Tony Lian authored
Remove unnecessary Non-ASCII characters from source code (#9075) * Remove unnecessary Non-ASCII characters from source code Remove unnecessary Non-ASCII characters and replace them with ASCII characters * Remove dashes in the @param statement Remove dashes and place single space in the @param statement to keep coding style * misc: more fixes for non-ASCII symbols * misc: fix non-ASCII symbol in CMake file
-
- 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 4 commits