- 27 Sep, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 25 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 24 Sep, 2014 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
StevenPuttemans authored
-
Artur Wieczorek authored
-
- 23 Sep, 2014 7 commits
-
-
Artur Wieczorek authored
Currently, FFMPEG source files are included in highgui project file regardless of CMake WITH_FFMPEG option. After applying this PR FFMPEG files are included only if WITH_FFMPEG option is enabled.
-
Artur Wieczorek authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 22 Sep, 2014 6 commits
-
-
StevenPuttemans authored
-
Artur Wieczorek authored
-
Artur Wieczorek authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
StevenPuttemans authored
-
- 21 Sep, 2014 1 commit
-
-
Artur Wieczorek authored
-
- 19 Sep, 2014 15 commits
-
-
Artur Wieczorek authored
-
Tom Stellard authored
In C99 'inline' is not a hint to the compiler to inline the function, it is an attribute that affects the linkage of the function. 'inline' functions are required to have a definition in a different compiliation unit, so compilers are free to delete 'inline' functions if they want to. This issue can be seen in Clang when compiling at -O0. Clang will sometimes delete 'inline' functions which creates an invalid program. Issue 3746: http://code.opencv.org/issues/3746
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Artur Wieczorek authored
-
WilhelmHannemann authored
Merge branch 'bugfix_brute_force_match_cl' of https://github.com/WilhelmHannemann/opencv into bugfix_brute_force_match_cl
-
http://code.opencv.org/issues/2837WilhelmHannemann authored
Bugfix brute_force_match.cl (see http://code.opencv.org/issues/2837): wrong results for non-float descriptors in OpenCL BruteForceMatcher
-
WilhelmHannemann authored
Bugfix brute_force_match.cl (Bug #2837): wrong results for non-float descriptors in OpenCL BruteForceMatcher
-
Vadim Pisarevsky authored
-
https://github.com/elmarb/opencvVadim Pisarevsky authored
use different fix for the problem, embedded right into the BFMatcher.
-
E Braun authored
-
E Braun authored
-
E Braun authored
-
Vadim Pisarevsky authored
-
- 18 Sep, 2014 4 commits
-
-
Vadim Pisarevsky authored
-
Stephen Mell authored
Check sure that we're not already below required leaf false alarm rate before continuing to get negative samples.
-
Benoit Seguin authored
-
Vadim Pisarevsky authored
-