6452 Commits (d194bb614345967b3a1f425c63b31e2c7682923b)

Author SHA1 Message Date
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
abidrahmank 1b93ecfae8 docs changes 12 years ago
Nghia Ho 79965c9ee9 Replaced isfinite() with cvIsInf and cvIsNan 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
Roman Donchenko 168e2a4ccb Removed CMake version checks that we don't need anymore. 12 years ago
Nghia Ho 95ee02ba8e Added extra comment to test buildbot 12 years ago
Nghia 18e7aa5d19 Update intersection.cpp 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
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
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
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
Vladislav Vinogradov a28cb99e88 optimized version of histEven for CV_8UC1 12 years ago
Vladislav Vinogradov bfca1afd9e rewrite histEven test 12 years ago
Vladislav Vinogradov c8d1fccdac compare cv::gpu::calcHist with cv::calcHist 12 years ago
Nghia Ho bc3dd2452f Added test cpp 12 years ago
Nghia Ho c0bbdde8ba Added test cpp 12 years ago
Nghia Ho 00f63fa8f7 Finished test code, added image to the doc 12 years ago
Alexander Smorkalov e03ffde346 WinRT API Certification fixes for core and contrib. 12 years ago
Alexander Smorkalov 62b85a41da TLS calls on WinRT replaced on variables with C++11 "thread" attribute. 12 years ago
Alexander Smorkalov 6257df1c4b API restricted on WinRT partially removed from core. 12 years ago
StevenPuttemans 0c5244103f Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169 12 years ago
berak 03c4a6299b expanded the CV_Assert in pyrdown_ to check for empty mats 12 years ago
Andrey Pavlenko eb0d26b5be fixing warning on shadowing local var (TEST_CYCLE_MULTIRUN uses 'r') 12 years ago
abidrahmank fa1b96bd36 imshow docs improvement bug#2490 12 years ago
abidrahmank 9628bb0b44 morphologyex docs bug#2169 12 years ago
Alex Leontiev 3013ad6624 Minor fixes 12 years ago
abidrahmank 29ddbbaa86 epilines pydocs 12 years ago
berak 1b10860f36 added add_definitions(-DCVAPI_EXPORTS) to cmakelists.txt 12 years ago
Michael Hanselmann cdc2ee9789 Documentation fix for cv::compare (issue 3149) 12 years ago
Nghia Ho cb16f733b9 Added C interface 12 years ago
Nghia Ho a40f217a38 changed from isnormal to isfinite, the prev ignored zero 12 years ago
Nghia Ho a0576d7b2a Fixed ret 12 years ago
Nghia Ho e2f00ce846 New intersection function for rotated rectangles 12 years ago
Shervin Emami 7dc147c1f2 Changed cornerHarris description to say it finds corners, not edges 12 years ago
Alexander Mordvintsev 25b9ac18e6 fixed Bug #3143 - flann 'not implemented' error 12 years ago
Andrey Pavlenko 3a0e26b89d adding/tuning multiple run for perf tests failing due to big deviation (functions using TBB can work so) 12 years ago
Dmitry Retinskiy 1d571b1eaa bugfix #3121: corrected calculation of blue channel index 12 years ago
Vladislav Vinogradov 60e2dbe810 removed ffmpeg dependency from gpucodec module: 12 years ago
Roman Donchenko 31de2833b4 Replace "const InputArray" with "InputArray". 12 years ago
Roman Donchenko ee182eb086 Fixed the setting of CVAPI_EXPORTS for modules that are always static/shared. 12 years ago
Vladislav Vinogradov dfd2957841 fixed gpu_perf4au perf test (added cuda impl) 12 years ago
Jin Ma 027b8021b1 Added farneback to superres module. 12 years ago