- 11 Oct, 2016 1 commit
-
-
viodetools authored
-
- 07 Oct, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 30 Sep, 2016 1 commit
-
-
sourin authored
-
- 14 Sep, 2016 2 commits
-
-
Vladislav Sovrasov authored
-
Alexander Alekhin authored
-
- 08 Sep, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 31 Aug, 2016 1 commit
-
-
sourin authored
-
- 20 Aug, 2016 1 commit
-
-
Bleach authored
-
- 09 Aug, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 02 Aug, 2016 1 commit
-
-
StevenPuttemans authored
-
- 27 Jul, 2016 2 commits
-
-
StevenPuttemans authored
-
StevenPuttemans authored
-
- 12 Jul, 2016 1 commit
-
-
berak authored
-
- 11 May, 2016 1 commit
-
-
StevenPuttemans 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 '&&'.
-
- 25 Apr, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 21 Apr, 2016 2 commits
-
-
Bob Paulin authored
-
Bob Paulin authored
-
- 14 Apr, 2016 1 commit
-
-
StevenPuttemans authored
-
- 13 Apr, 2016 2 commits
-
-
StevenPuttemans authored
-
StevenPuttemans authored
-
- 17 Mar, 2016 2 commits
-
-
StevenPuttemans authored
-
StevenPuttemans authored
-
- 04 Mar, 2016 1 commit
-
-
StevenPuttemans authored
-
- 03 Mar, 2016 1 commit
-
-
Alexander Alekhin 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
- 29 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 06 Aug, 2015 2 commits
-
-
StevenPuttemans authored
make the software system dependent add LICENSE on top
-
StevenPuttemans authored
opening a folder is system specific - made system specific code added license
-
- 18 May, 2015 1 commit
-
-
zenev authored
-
- 07 Apr, 2015 3 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
-