- 06 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 04 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 25 Jun, 2018 1 commit
-
-
Maksim Shabunin authored
* apps: add Win32 friendly opencv_version app Improve experience of launching app from explorer: - application just flash (open/close) the console window Suggested Win32 application flavor additionally shows MessageBox and waits for User interaction. * cmake: added unified application creation function
-
- 06 Apr, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 08 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
-
- 13 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
-
- 07 Dec, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 03 Nov, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 22 Oct, 2017 1 commit
-
-
Bhanudutta authored
-
- 21 Oct, 2017 1 commit
-
-
Bhanudutta authored
Added a couple of comments to the interface of traincascade.cpp in order to tell user about the usage of traincascade.cpp file and to learn how Github submitting works
-
- 03 Mar, 2017 1 commit
-
-
StevenPuttemans authored
-
- 19 Dec, 2016 1 commit
-
-
Kevin Hughes authored
-
- 15 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
(2.4) Backports from master branch (#7854)
-
- 01 Dec, 2016 1 commit
-
-
mshabunin authored
-
- 07 Oct, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 30 Sep, 2016 1 commit
-
-
sourin authored
-
- 31 Aug, 2016 1 commit
-
-
sourin authored
-
- 29 Apr, 2016 1 commit
-
-
Julien Nabet authored
All of these: (performance) Prefer prefix ++/-- operators for non-primitive types. [modules/calib3d/src/fundam.cpp:1049] -> [modules/calib3d/src/fundam.cpp:1049]: (style) Same expression on both sides of '&&'.
-
- 17 Mar, 2016 2 commits
-
-
StevenPuttemans authored
-
StevenPuttemans authored
-
- 06 Feb, 2016 1 commit
-
-
Pranav Ganorkar authored
-
- 21 Jan, 2016 1 commit
-
-
Matt Leotta authored
The INSTALL_NAME_DIR property of a target specifies how a dynamic library should be found on OS X. If INSTALL_NAME_DIR is not specified the loader will search relative to the standard search paths. If specified it should either be an absolute path or relative path prefixed with either @executable_path, @load_path, or @rpath. Specifying "lib" does not make sense here and causes linking error as documented here: http://answers.opencv.org/question/4134/cmake-install_name_tool-absolute-path-for-library-on-mac-osx/ and here http://stackoverflow.com/questions/26978806/dyld-library-not-loaded-lib-libopencv-core-3-0-dylib-reason-image-not-found This patch removes INSTALL_NAME_DIR everywhere it is set to "lib". An alternate solution would be to set an absolute path like "${CMAKE_INSTALL_PREFIX}/lib" or relative path like "@executable_path/../lib". However, if there is not specific need for specifying a path, it is probably best left unset.
-
- 24 Dec, 2015 1 commit
-
-
Teng Cao authored
In case fillPassedSamples find zero passed negatives and leafFA is achieved, function updateTrainingSet will return false and print misleading information, this PR fix the case.
-
- 07 Dec, 2015 3 commits
-
-
Teng Cao authored
-
Teng Cao authored
-
Teng Cao authored
major time consuming part for training app is in function fillPassedSamples for negatives, this change make SetImage quicker, in a test of my own data, the total time for SetImage decrease from 9177666 to 5839263, only help for Haar feature and non Haar::ALL mode which is the most commonly case
-
- 02 Dec, 2015 2 commits
- 18 May, 2015 1 commit
-
-
zenev authored
-
- 07 Apr, 2015 4 commits
-
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
2. Algorithm::load/save added (moved from StatModel) 3. copyrights updated; added copyright/licensing info for ffmpeg 4. some warnings from Xcode 6.x are fixed
-
greensea authored
-
greensea authored
work_var_count and sample_count are both 32bit integer, if the product of work_var_count and sample_count is bigger than 2^31, the compiler will treat (work_var_count*sample_count) as a negative number. Force work_var_count as an unsigned 64bit integer to avoid this issue.
-
- 03 Apr, 2015 3 commits
-
-
StevenPuttemans authored
-
StevenPuttemans authored
-
StevenPuttemans authored
-
- 17 Mar, 2015 1 commit
-
-
StevenPuttemans authored
-
- 09 Mar, 2015 2 commits
-
-
StevenPuttemans authored
-
StevenPuttemans authored
-