1036 Commits (75b86c970696864428d233f86602b130cb535664)

Author SHA1 Message Date
marina.kolpakova 92ba74a3ee fix cuda 12 years ago
Andrey Kamaev e75df56317 Unified handling of InputOutputArrays in Python wrapper generator 12 years ago
Andrey Kamaev a1c456b7c3 Extract common base header for C and C++ APIs 12 years ago
marina.kolpakova 157a98edf7 refactored cuda error handling; remove optional dependancies in soft cascade training app 12 years ago
marina.kolpakova 3c8e66d580 softcascade: remove device dependency on gpu 12 years ago
marina.kolpakova 6daf17f974 remove softcascade host dependencies on gpu module 12 years ago
Andrey Kamaev a42a0f5fca Added compatibility headers 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Andrey Kamaev 55698548dd Avoid assert in lapac.cpp if findHomography fails in BestOf2NearestMatcher::match 12 years ago
Andrey Kamaev 013fd9bf59 Make CV_XADD independent on STL and system headers 12 years ago
Vladislav Vinogradov ecb2ebfba4 Move opengl iterop code to cv::ogl namespace 12 years ago
cuda_geek 61094d350b add dlobbing for Windows 12 years ago
marina.kolpakova a486aafe7c add dlobbing under *nix 12 years ago
marina.kolpakova 12fe6ff734 add Mersenne Twister random number generator 12 years ago
marina.kolpakova 19f863ec13 add possibility to create CUDA powered modules with ocv_define_module macro 12 years ago
Artanis 993522598b Add implementations for Mat::zeros() and Mat::ones() 12 years ago
Vadim Pisarevsky d925879366 reverted dangerous change in _InputArray::size() 12 years ago
Vadim Pisarevsky 374e3a0890 rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++. 12 years ago
Andrey Kamaev ab221e94c0 Fix invert under MSVC 12 years ago
Vadim Pisarevsky 416432a8e5 replaced tabs with spaces 12 years ago
Vadim Pisarevsky 087537463d attempt to make the ultimate fix for the failure in Core_Invert.small 12 years ago
Vadim Pisarevsky 25bbcba0ea fixed Core_MulSpectrums failure 12 years ago
LeonidBeynenson 41dc829341 Made changes to avoid warnings (Windows compilation). 12 years ago
Andrey Kamaev d586f4a103 Fix x64 build warnings 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
marina.kolpakova ef6c236655 restore missed gpu functionality after merge #dddd285d 12 years ago
LeonidBeynenson bfb644ac04 Changed error message in Algorithm::get. 12 years ago
LeonidBeynenson e7b214b6d2 Removed urequired functions 12 years ago
Vladislav Vinogradov 8b1f88c40f updated gpu module API 12 years ago
Vladislav Vinogradov 21f95a3b11 restored source compatibility 12 years ago
Vladislav Vinogradov a938534a7e restored binary compatibility 12 years ago
Alexander 4091eab45e cv::Ptr description extended. 12 years ago
Vladislav Vinogradov ce2559b332 optimized DeviceInfo class and ensureSizeIsEnough 12 years ago
Anna Kogan a567c03fdf Switched to TEST_CYCLE_MULTIRUN for fast tests 12 years ago
Andrey Kamaev 11bd936f0b Fix warnings from documentation build 12 years ago
Andrey Kamaev 9498856b22 Fix documentation problems found by check_docs2 script 12 years ago
Andrey Kamaev ff7b604a25 Fix several inconsistent declarations identified by check_doc2 script 12 years ago
Vladislav Vinogradov e06c3ec7c5 updated OpenGL functionality: 12 years ago
Vadim Pisarevsky a1c7e0368c fixed problem reported by Thouis (Ray) Jones 12 years ago
Daniil Osokin 5f32e0e24d Rewrote doc for set-get number of threads functionality with support new frameworks (bug #2064) 12 years ago
Daniil Osokin 6deda2531c Fixed getNumThreads() for C= 12 years ago
Vadim Pisarevsky 78402bf596 made several minor fixes as pointed out by Andrey 12 years ago
Alexander Smorkalov 1751a963f2 Build info output for all android apps added. 12 years ago
Bo Li 92e7e7d8e8 fix issue 2788 12 years ago
Kirill Kornyakov 74e5650350 Reenabled second test 12 years ago
Kirill Kornyakov 7071bd63ab Added two tests to highlight bug #2788 12 years ago
Kirill Kornyakov 81b9f9b16b Added a test that documents that negative numbers are not clipped by cv::saturate_cast 12 years ago
Andrey Kamaev ffb3b5ddbe Adjust OpenCV version to 2.4.4 12 years ago
Andrey Kamaev afe85e7e51 Fix some warnings from -O0 build 12 years ago
LeonidBeynenson b85a098d9c Added float, uint64, and uchar params to Algorithm 12 years ago