6759 Commits (eff21788a80738db8b0a5901c21e447ff9134d96)

Author SHA1 Message Date
Roman Donchenko e9a28f66ee Normalized file endings. 12 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 12 years ago
Alexander Smorkalov b15addec70 C4447 warning about main function format suppressed. 12 years ago
Alexander Smorkalov d62c98527a Invalid usage of cv::Ptr for arrays fixed. 12 years ago
Vladislav Vinogradov de214950c4 minor gpu TVL1 optical flow optimization: 12 years ago
Hanusz Leszek 32635a6834 using unsigned char instead of uint8_t to compile under windows 12 years ago
peng xiao 9b20b51389 Fix build error on Mac 12 years ago
Vladislav Vinogradov 2899d558ac record cuda gpu name to output report 12 years ago
Vladislav Vinogradov b7ec673001 added cvconfig.h header, because ts_perf.cpp uses HAVE_CUDA macros 12 years ago
Hanusz Leszek cf39ba5801 Allow to read PNG image of color_type PNG_COLOR_TYPE_PALETTE with alpha channel 12 years ago
peng xiao 3cccded86d Fix build error when WITH_OPENCL is disabled. 12 years ago
Vladislav Vinogradov cb2985c526 fixed gpu bitwize operation: 12 years ago
Alexander Smorkalov e37f7a4c73 Typo in Java generator fixed. 12 years ago
Vladislav Vinogradov cd2b7448f4 eliminate unnecessary double arithmetics in CUDA 12 years ago
kdrobnyh c1de14c27a Fix bilateralFilter function 12 years ago
Vladislav Vinogradov 7bda6992e5 fixed gpu BGR <-> YUV color conversion 12 years ago
Vladislav Vinogradov 9f33de7071 added cvconfig.hpp header file to gpu tests 12 years ago
Vladislav Vinogradov cfbd791465 fixed gpu cvtColor for BGR <-> YUV 12 years ago
kdrobnyh 3c9f307193 macros -> template in IPP support cvtColor 12 years ago
Nghia Ho c6858c3fb0 Buffer is accessed out of bounds. 12 years ago
Roman Donchenko 7d768d2159 In calcOpticalFlowSF, fixed several uninitialized uses of matrices. 12 years ago
Roman Donchenko 2304a561ca Fixed a -Wenum-compare warning in cudev. 12 years ago
Jin Ma 1bcd1fd3a2 Used perf_precomp.hpp instead of precomp.hpp for test. 12 years ago
Alexander Smorkalov a3dd13450c All optimized function tables wrapped to getters to change its 12 years ago
Jin Ma a3aa7966ae Resolved compiling errors under Linux. 12 years ago
Jin Ma 916b92bc3b Resolved a compiling warning under Windows. 12 years ago
Jin Ma 8feaadc69f Resolved a compiling error under Linux. 12 years ago
Jin Ma 3fb0bf6e99 Added MOG and MOG2. 12 years ago
Andrey Pavlenko 5a9bd3f080 restoring binary compatibility 12 years ago
Alexander Smorkalov 9af2c1661a Restricted Win32 API was fixed in Highgui and some 3rd party libs. Patch 12 years ago
Dmitry Retinskiy ab8c0fde52 applied comments after review 12 years ago
Bahram Dahi 83e21568ee Minor bug fix, missing const in method signature 12 years ago
Bahram Dahi 6cf9070b9a Added ability to read several opencv types (Size, Point, etc.) to FileStorage. Solves issue #3196 12 years ago
kamjagin ed29d91d42 adding std to cstdint typedef of uint32_t 12 years ago
Miroslav Kobetski b595d73d6d defined uint for non-windows platforms too. replaced isnan for cvIsNaN. 12 years ago
Dmitry Retinskiy f013baf739 bug #1922: restored most of the class definitions in basic_structures.rst 12 years ago
kamjagin 69287c936b missed # in if defined 12 years ago
kamjagin c24c1a5926 added HAVE_QTKIT to tests 12 years ago
kamjagin 7ff07e94a3 Fix for bug Bug #3215. Added HAVE_QTKIT as a separate mode from HAVE_QUICKTIME 12 years ago
Dmitry Retinskiy 4eb85189e5 bug #3094: added CV_Assert to PyrDown_ to check if source matrix is not empty 12 years ago
Achal Dave 0bc609257d Comparing rejected stage index with minimum required neighbors does not make sense 12 years ago
peng xiao 124ede611b Update with apavlenko's suggestions. 12 years ago
abidrahmank 1b93ecfae8 docs changes 12 years ago
abidrahmank 96c1df14f4 CLAHE Python bindings 12 years ago
Andrey Pavlenko f3b1933a92 LinkedList -> ArrayList 12 years ago
Andrey Pavlenko 4902db1c42 also fixing JNI library name in JUnit tests 12 years ago
peng xiao 2fb2ac8836 Apply bugfix #3121 for OCL. 12 years ago
peng xiao 29eefe52bb Add OpenCL accelerated implementation for Retina. 12 years ago
Andrey Pavlenko d4e098f401 enabling of VideoCapture(String) [fixing issue #3207] 12 years ago
peng xiao 7fe8403074 Let ocl::filter2D support kernel size >= 3. 12 years ago