576 Commits (dcaf9235176f8e972d2b1c6c4e685d8d017a3c7b)

Author SHA1 Message Date
Vadim Pisarevsky 087537463d attempt to make the ultimate fix for the failure in Core_Invert.small 12 years ago
LeonidBeynenson 41dc829341 Made changes to avoid warnings (Windows compilation). 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 a938534a7e restored binary compatibility 12 years ago
Vladislav Vinogradov ce2559b332 optimized DeviceInfo class and ensureSizeIsEnough 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 6deda2531c Fixed getNumThreads() for C= 12 years ago
Vadim Pisarevsky 78402bf596 made several minor fixes as pointed out by Andrey 12 years ago
Bo Li 92e7e7d8e8 fix issue 2788 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
Vadim Pisarevsky 51eba617a8 a part of PR269 (parallelization of several functions) by Alexander Mordvintsev 12 years ago
Vadim Pisarevsky 54e0765d80 yet another minor fix in cv::transpose() 12 years ago
Vadim Pisarevsky 7ca38d63d9 fixed failure of the C++ test for estimateAffine3D 12 years ago
Andy Maloney 7a6475c3f9 Check pointers before using them in var init 12 years ago
Vadim Pisarevsky 1df10553bb fixed bugs #1373, #2629, #2719 12 years ago
Vladislav Vinogradov 281d036fcf optimizations: 12 years ago
Vladislav Vinogradov ae6266e101 fixes for gpu module: 12 years ago
Andrey Kamaev caa2c06e50 Quiet output of cv::error in Java tests 12 years ago
Vadim Pisarevsky c2241dccc5 converted fitline to C++, fixed Mat::checkVector(). 12 years ago
Vadim Pisarevsky c197a46e7e removed rarely used fixed_size parameter from AutoBuffer type, added optional AutoBuffer* but to cvarrToMat in order to speedup CvSeq->Mat conversion; finished conversion of convex hull and related functions to C++ 12 years ago
Anatoly Baksheev a09b973c2e Smart operators for smart Ptr (feature #2637) 12 years ago
Andrey Kamaev f87987ed72 Honor multidimensional matrices in InputArray::total 12 years ago
Alexander Smorkalov dfa4b2fefa Workaround for gcc overoptimization compiler bug. 12 years ago
Vladislav Vinogradov 0973e86d8a fixed printShortCudaDeviceInfo for new CC 12 years ago
Vladislav Vinogradov bac94f85c1 fixed printCudaDeviceInfo for 3.5 CC (Patch #2641) 12 years ago
Vladislav Vinogradov da93a1dab9 fixed build for CARMA platform 12 years ago
Vladislav Vinogradov 5fe9bb717d fixed build under linux with OpenGL 12 years ago
Andrey Kamaev 18e77d606c Drop functions working with multibyte characters 12 years ago
Andrey Kamaev 7c6191ec11 Refactored run.py script and temporary file generation logic 12 years ago
Vladislav Vinogradov c6263eb253 fixed build with CUDA and witout OpenGL 12 years ago
Vladislav Vinogradov b689eca8a0 fixed OpenGL tests 12 years ago
Vladislav Vinogradov 06776b612c fixed warnings 12 years ago
Vladislav Vinogradov 05d842bcd8 a bit more opengl refactoring: 12 years ago
Vladislav Vinogradov 08fbf667f9 refactored opengl functionality 12 years ago
Vadim Pisarevsky b57e801c04 now invert 3x3 on "bad" matrices works well on Windows 12 years ago
Vladislav Vinogradov f00efcfc59 added optimized deviceSupports function 12 years ago
Vladislav Vinogradov a71ef7d67b convertTo 12 years ago
Vladislav Vinogradov afff9cf716 Optimized buffers reuse in gpu module: 12 years ago
Andrey Kamaev 8c9c2b3a03 Fix build on Windows with OpenGl enabled 12 years ago
Vadim Pisarevsky 9163471987 improved accuracy of 3x3 invert on poorly-conditioned matrices (bug #2525) 12 years ago
Andrey Kamaev fd4909360f Remove windows.h include from opencv2/core/internal.hpp to avoid conflicts with TBB library. 12 years ago
morozov.andrey e0cfc0ccf5 fixed bug with incorrect syntax in CommandLineParser 12 years ago
Andrey Kamaev 84934f7bfc Fix SHORT data type support in Algorithm 12 years ago
LeonidBeynenson d6aa3bd8ed Made changes in cv::Algorithm 12 years ago