6651 Commits (3bca57ac25a6253554d2c3b2fff8b43ca8026c9e)

Author SHA1 Message Date
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
kocheganovvm 086db9d6db Introduce CV_COMP_CHISQR_ALT, an alternative method to calculate ChiSquare Histogram comparison 12 years ago
StevenPuttemans fd056235d3 Added bugfix 3209 : anchor point (-1,1) changed to (-1,-1) 12 years ago
WonderRico d067749c21 fix _index / index 12 years ago
StevenPuttemans 1a42dd905c Added fixes mentioned in #3205 : changing uint to unsigned literals for compilation on Mingw 4.7.2 12 years ago
StevenPuttemans d11746e56d Added fix mentioned in bug #3206 12 years ago
WonderRico a048387376 fix formating 12 years ago
Alexander Smorkalov fff91eef0b Native camera libraries updated. 12 years ago
kocheganovvm e4b201be25 Fix unsequenced modifications (Bug #3179). 12 years ago
Roman Donchenko 4dc63273f0 Renamed ocl tests' precomp files according to convention. 12 years ago
Roman Donchenko d9f71b762f Deleted almost all of the precomp.cpp files. 12 years ago
kdrobnyh 7da5fa01d4 Removed extra {} in erosion and dilation functions 12 years ago
Roman Donchenko 168e2a4ccb Removed CMake version checks that we don't need anymore. 12 years ago
Vadim Pisarevsky d5539975d7 polished the patch 12 years ago
StevenPuttemans ed76b2f98f Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong 12 years ago
Roman Donchenko e23f31311d xls-report.py: separated image width and height for easier analysis. 12 years ago
peng xiao 5aaed77cbc Fix a bug of retinaParameters. 12 years ago
WonderRico 7e7fb0b75d Bug #3201 fix 12 years ago
Vadim Pisarevsky 10fde1ca5c disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled) 12 years ago
Roman Donchenko 48a6edbdfe Fixed compilation errors. 12 years ago
Roman Donchenko 8bed7bb5f9 Fixed documentation errors. 12 years ago
Roman Donchenko 2f780ed994 Fix whitespace errors. 12 years ago
Roman Donchenko 131458847b Make ts always static. 12 years ago
kocheganovvm e9b9a6fc03 Fix unsequenced assignment (Bug #3191). 12 years ago
Andrey Pavlenko 7b0734caf9 fixing java test after fix in OpenCV library 12 years ago
Andrey Pavlenko a06891851d fixing compilation with `-Werror=format-security` enabled 12 years ago
Mathieu Barnachon ff85575b28 Adding read/write functions to PCA class. Update PCA test. 12 years ago
Alexander Smorkalov aada5f7844 Difference in method definition and declaration fixed (Bug #3189). 12 years ago
Alexander Smorkalov 2243118fc0 NEON instruction set enabled for WIN32 on ARM by default. 12 years ago
Vladislav Vinogradov d13ecd0d76 increase epsilon for GEMM & Convolve sanity tests for CUDA 5.5 12 years ago
StevenPuttemans f28496c628 Added sample links in documentation for python2, ocl and gpu 12 years ago
Alexander Smorkalov 63786c389f Warning and review notes fixes. 12 years ago
Vladislav Vinogradov 55cb26551f use NPP version for Fermi 12 years ago