6832 Commits (7d665a47540d08e3c25bb51dd91d3c77c8aff9e2)

Author SHA1 Message Date
Artur Wieczorek 93d1ceae43 Use FFMPEG capture only if HAVE_FFMPEG flag is defined. 10 years ago
Artur Wieczorek 073a7ff95a Fixed CMake issue with FFMPEG highgui configuration 10 years ago
Artur Wieczorek 5bf1a4c08c Fixed MSMF file capture error while opening the file containing unsupported video stream format 10 years ago
bhack 32f6e1a554 Fix for bug #3469 CV_XADD failing in clang+nvcc combination 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
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
Artur Wieczorek 539f8032dc Fixed compilation errors under VS 2010 and Win 7 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
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
Benoit Seguin 084835ec30 Fixing a line where integer data was treated as floating point data. 10 years ago
Philipp Hasper bac492fff6 Doc: Fixing indentation 10 years ago
jormansa 1d2d579bd6 bug fixed 10 years ago
Dmitry Gribanov 8a1d3929cc Feature based stitching's wave correction bugfix. 10 years ago
Alexander Smorkalov 343f4b3026 OpenCV version++. 10 years ago
Maksim Shabunin 882426a9b2 Stripped iCCP chunk from png files 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
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
Alexander Smorkalov 35768ed638 Python tests added to -tests deb package. 10 years ago
Daniel Stonier 161f50962d make sure children are included in the moveToThread 10 years ago
Daniel Stonier e638b9e805 support invokation of cv windows from parallel threads to an external qt application. 10 years ago
E Braun bdb82d181f fix for bug 3172 10 years ago
E Braun 89833853fa Revert "fix for bug 3172" 10 years ago
Adrian Clark fcc481e751 Fixed crash in SSE implementation of FREAK descriptor when number of pairs is set to something other than 512. 10 years ago
Vladislav Vinogradov eaaa2d27d5 fix CUDA LUT implementation 10 years ago
Vladislav Vinogradov ebe36d6e7c fix CUDA cvtColor after corresponding change in CPU version 10 years ago
Alexander Karsakov b027eac173 Fixed range for 'v' channel for 8U images. 10 years ago
StevenPuttemans d558260a8e fixing GT and GE comparison symbol 10 years ago
Alexander Karsakov 023a42ba55 Fixed getConversionInfo() for YUV2RGBA_* conversions 10 years ago
Vladislav Vinogradov 62f27b28ed fix BGR->BGR5x5 color convertion 10 years ago
Vladislav Vinogradov 599f5ef51b use downscaled frames in FGDStatModel test 10 years ago
Vladislav Vinogradov 86e12b6074 increase epsilon for ResizeSameAsHost test 10 years ago
Vladislav Vinogradov 5dff283b39 increase epsilon for TVL1 sanity test 10 years ago
Leszek Swirski 341c3d5933 Fix reallocation of D buffer in gemm 10 years ago
Alexander Smorkalov e11333dd83 GCC 4.8 warning array subscript is above array bounds fixed. 10 years ago
Aleksandr Petrikov 0a531815c5 fix bug 3733 for imgproc/filter.cpp 10 years ago
PhilLab efc1c39315 Fixed self-assignment in cv::Ptr::operator = 10 years ago
StevenPuttemans 34103ef1cb fixing setting the locale back to what should be expected 10 years ago
Vladislav Vinogradov da9be8231f fix cv::gpu::resize for INTER_LINEAR, now it produces the same result as CPU version 10 years ago
E Braun ed2cdb71e5 fix for bug 3172 10 years ago