1038 Commits (f23134ce01cb9c38e9ac13f3d5c0afcbc1502bc2)

Author SHA1 Message Date
Vladislav Vinogradov 193e857392 removed cu_safe_call.h and cu_safe_call.cpp 12 years ago
Vladislav Vinogradov 204a19b431 moved common gpu utility functionality to gpu_private.hpp 12 years ago
Vladislav Vinogradov 28b1e81883 renamed device -> cuda 12 years ago
Vladislav Vinogradov a57707b8d8 moved device layer to core module 12 years ago
Vladislav Vinogradov bf6c08a9ea fixed compilation with CUDA 12 years ago
Andrey Kamaev 235a678458 SVD: always update W vector for better algorithm convergency 12 years ago
Andrey Kamaev 940eedfb27 Finalize core headers reorganization 12 years ago
Andrey Kamaev c979de1eed Rewrite Mat formatting without std streams 12 years ago
Andrey Kamaev 7193a73ca0 Move FileStorage to separate header 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago
Andrey Kamaev d62bc8cfbf Remove more old definitions from internal.hpp 12 years ago
Andrey Kamaev 3890a74565 Drop outdated definitions from internal.hpp 12 years ago
Andrey Kamaev 605382562d Fix stack corruption in cvConvexHull2 and heap corruption in OutputArray::create 12 years ago
Andrey Kamaev b28f594917 Drop fast_abs 12 years ago
Andrey Kamaev c886afb502 Finalize cv::Mat transition 12 years ago
Andrey Kamaev 2b1ef95415 Completely separate C and C++ API of OpenCV core 12 years ago
Andrey Kamaev 715fa3303e Move cv::Mat out of core.hpp 12 years ago
Andrey Kamaev 969a7133a9 Implementation of cv::Matx and cv::Vec is almost moved to matx.hpp 12 years ago
Andrey Kamaev 5e7ab8baf3 Move cv::Scalar_ to types.hpp 12 years ago
Andrey Kamaev 62adc01980 Move cv::Rect_ 12 years ago
Andrey Kamaev addf0309ec Move cv::Size_ 12 years ago
Andrey Kamaev 6bf49d49e7 Drop CvModule and cvSetMemoryManager 12 years ago
Vladislav Vinogradov ce2284e2e6 removed duplication 12 years ago
Vladislav Vinogradov b28677bd90 fixed misprint in MatOp::augAssignXor 12 years ago
Andrey Kamaev ea5225ef3e Fix typo leading to heap corruption in OutputArray::create 12 years ago
Andrey Kamaev cc6bdfb045 Remove inline sorting algorithms from core headers 12 years ago
Vladislav Vinogradov 15f09f8068 fixed gpu module compilation 12 years ago
Alexander Smorkalov 6f68640d4d Multiple fixes for WinRT 12 years ago
Andrey Kamaev 49f6dad13f Move cv::KeyPoint and cv::DMatch to core 12 years ago
Andrey Kamaev 2107ea9773 More accurate implementation of cv::format 12 years ago
Andrey Kamaev 5fd58a0103 Fix std::string to cv::String migration problems in gpumat.cpp 12 years ago
Andrey Kamaev deb7f4d474 Fix globbing failure when stat call fails 12 years ago
Andrey Kamaev be7bbe3aa9 Drop cv:: prefix from cv::String used inside the cv namespace 12 years ago
Andrey Kamaev 75513a46dc Remove all include directives for <string> 12 years ago
Andrey Kamaev 3088808926 Fix build of various backends 12 years ago
Andrey Kamaev 762aefd71b Compile opencv_test_core with cv::String instead of std::string 12 years ago
Andrey Kamaev 14bb4cbe1e Add cv::String class 12 years ago
Vladislav Vinogradov f0b19d4659 updated license header in whole gpu module 12 years ago
Jonathan Bohren a7a0f92e58 Fixing segfault for near-zero-sized ellipses 12 years ago
Andrey Kamaev 89356ff16d Move non-CV functionality from core.hpp to separate utility.hpp header 12 years ago
Vadim Pisarevsky 9a86245242 added test for bug #1448 and hopefully fixes the bug #2898 12 years ago
marina.kolpakova 92ba74a3ee fix cuda 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 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