9874 Commits (32f6e1a554dea1849ee3a53fea171cbd5969ef41)
 

Author SHA1 Message Date
bhack 32f6e1a554 Fix for bug #3469 CV_XADD failing in clang+nvcc combination 10 years ago
Vadim Pisarevsky 10bbcca11e Merge pull request #3251 from a-wi:MSMF_camera_errors 10 years ago
Vadim Pisarevsky 19b3aab23f Merge pull request #3244 from tstellarAMD:2.4-ocl-inline-fix-v2 10 years ago
Vadim Pisarevsky df28bb5ccd Merge pull request #3190 from StevenPuttemans:fix_simpleblobdetector 10 years ago
StevenPuttemans d4ec359f11 Fixing errors 10 years ago
Artur Wieczorek 3603102c89 Fixed assertion warning in MSMF frame grabber 10 years ago
Artur Wieczorek a615102947 Fixed MSMF video capture initialization 10 years ago
Vadim Pisarevsky 9c91d0103f Merge pull request #3247 from a-wi:CMake_MSMF_configuration 10 years ago
Vadim Pisarevsky 37a1767286 Merge pull request #3243 from a-wi:MSMF_linking_error 10 years ago
StevenPuttemans 03662c0589 fix blobdetector 10 years ago
Artur Wieczorek 7c354c14f7 CMake configuration for MSMF capture 10 years ago
Artur Wieczorek d2ba09e6ff Fix linking error under Win 7 - do not import MinCore_Downlevel.lib if target is Win 7 or earlier. 10 years ago
Tom Stellard 934394c5e2 ocl: Don't use 'inline' attribute on functions 10 years ago
Vadim Pisarevsky 6c3cadbd73 Merge pull request #3240 from a-wi:MSMF_compilation_errors 10 years ago
Vadim Pisarevsky 4dda2002f6 Merge pull request #3241 from WilhelmHannemann:bugfix_brute_force_match_cl 10 years ago
Artur Wieczorek 539f8032dc Fixed compilation errors under VS 2010 and Win 7 10 years ago
WilhelmHannemann f8c5128729 Merge branch 'bugfix_brute_force_match_cl' of https://github.com/WilhelmHannemann/opencv into bugfix_brute_force_match_cl 10 years ago
WilhelmHannemann 150487feda Bugfix brute_force_match.cl (see http://code.opencv.org/issues/2837): wrong results for non-float descriptors in OpenCL BruteForceMatcher 10 years ago
WilhelmHannemann b767613d20 Bugfix brute_force_match.cl (Bug #2837): wrong results for non-float descriptors in OpenCL BruteForceMatcher 10 years ago
Vadim Pisarevsky 197b2e75e1 Merge pull request #3238 from vpisarev:bfmatcher_fix 10 years ago
Vadim Pisarevsky 3516e14e05 Merge branch 'bug_3172' of https://github.com/elmarb/opencv into bfmatcher_fix; 10 years ago
E Braun d82b918a7b fix for bug 3172 10 years ago
E Braun f60726b090 Revert "fix for bug 3172" 10 years ago
E Braun 1675b23a64 fix for bug 3172 10 years ago
E Braun aa9da6e433 regression test for bug 3172 10 years ago
Vadim Pisarevsky 772f6208db Merge pull request #3235 from Atanahel:gbt_bugfix 10 years ago
Vadim Pisarevsky 0cf1de8eea Merge pull request #3236 from vpisarev:fix_traincascade 10 years ago
Stephen Mell 5947519ff4 Check sure that we're not already below required leaf false alarm rate before continuing to get negative samples. 10 years ago
Benoit Seguin 084835ec30 Fixing a line where integer data was treated as floating point data. 10 years ago
Vadim Pisarevsky a67484668e Merge pull request #2711 from GregoryMorse:patch-5 10 years ago
Vadim Pisarevsky 26fd37b27d Merge pull request #3212 from mshabunin:python_cross_build_2.4 10 years ago
Vadim Pisarevsky ccaedaedc8 Merge pull request #2047 from GregoryMorse:patch-4 10 years ago
Vadim Pisarevsky c5de129c36 Merge pull request #3222 from dmitrygribanov:dg/2.4-stitching-wave-correction-bugfix 10 years ago
Vadim Pisarevsky 533dd85299 Merge pull request #3225 from jormansa:bug_#3631 10 years ago
Vadim Pisarevsky 48dc18ed59 Merge pull request #3228 from PhilLab:patch-4 10 years ago
Philipp Hasper bac492fff6 Doc: Fixing indentation 10 years ago
jormansa 1d2d579bd6 bug fixed 10 years ago
Andrey Pavlenko 80687c8a56 Merge pull request #3219 from mshabunin:png_iccp_strip_24 10 years ago
Dmitry Gribanov 8a1d3929cc Feature based stitching's wave correction bugfix. 10 years ago
Alexander Alekhin 281ce7a054 Merge pull request #3221 from asmorkalov:ocv_2.4.10_version_inc 10 years ago
Alexander Smorkalov 343f4b3026 OpenCV version++. 10 years ago
Maksim Shabunin 882426a9b2 Stripped iCCP chunk from png files 10 years ago
Vadim Pisarevsky cf15b9e8ad Merge pull request #3204 from parafin:ximea_unix-2.4 10 years ago
Vadim Pisarevsky f4f7522fe7 Merge pull request #3202 from parafin:bug_3858-2.4 10 years ago
Maksim Shabunin 1b4e3ec35a Changed cmake python library search startegy for crosscompiling 10 years ago
GregoryMorse b9d5f3f6e9 Add support for WinRT in the MF capture framework by removing the disallowed calls to enumerate devices and create a sample grabber sink and adding framework for the MediaCapture interface and a custom sink which interfaces with the sample grabber callback interface. The change requires discussion for making it completely functional as redundancy is required given that if the source is a video file, the old code pathways must be used. Otherwise all IMFMediaSession, IMFMediaSource, and IMFActivate code must use a MediaCapture code path and all sink code must use the CMediaSink custom sink. 10 years ago
GregoryMorse 587402859e Add VS2013 support 10 years ago
Igor Kuzmin 0421da78b3 XIMEA cam support: allow on OS X too 10 years ago
Igor Kuzmin b027a84fa1 XIMEA cam support: use correct library for 64 bit Linux 10 years ago
Igor Kuzmin fbbf4e380f fix for issue 3858 (remove unneeded #include's) 10 years ago