1820 Commits (de977cc9c836dd954bc0a737b5aa80621a4f9c72)

Author SHA1 Message Date
Andrey Kamaev 2249f19120 Move cv::Range, cv::KeyPoint and cv::DMatch 12 years ago
Andrey Kamaev 93d76ac23f Move cv::RotatedRect 12 years ago
Andrey Kamaev 62adc01980 Move cv::Rect_ 12 years ago
Andrey Kamaev addf0309ec Move cv::Size_ 12 years ago
Andrey Kamaev 13b31b0804 Move C++ basic structures to separate header and inverse dependency from C API 12 years ago
Andrey Kamaev 19f8f85c51 Move C structures wrappers from core.hpp to core_c.h 12 years ago
Andrey Kamaev 6bf49d49e7 Drop CvModule and cvSetMemoryManager 12 years ago
Vladislav Vinogradov ce2284e2e6 removed duplication 12 years ago
Andrey Kamaev 855acc9748 Add specialization for << operator for writing std::string to FileStorage 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 09bc99a0c0 HAVE_WIN32UI and HAVE_VFW checks and defines added. 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 aaf69c422e Fix clang build for Android (CV_XADD) 12 years ago
Andrey Kamaev 78a843e8ac Move implementation of cv::String methods out of class definition 12 years ago
Andrey Kamaev 3d3385654a Use C++ style includes when compiled as C++ 12 years ago
marina.kolpakova 4096b54560 use static assertation where suitable 12 years ago
marina.kolpakova 5c1c13e745 static assert 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 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
Vadim Pisarevsky 38693ef37c fixed http://code.opencv.org/issues/2899 12 years ago
Vladislav Vinogradov f0b19d4659 updated license header in whole gpu module 12 years ago
Vadim Pisarevsky 07e0f7bf59 refactored video module; use the new-style algorithms now 12 years ago
Andrey Kamaev 89356ff16d Move non-CV functionality from core.hpp to separate utility.hpp header 12 years ago
Anatoly Baksheev 08e55b7801 compilation for osx 12 years ago
Anatoly Baksheev ceadaed108 Added Affine3<T> class 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 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
marina.kolpakova a486aafe7c add dlobbing under *nix 12 years ago
marina.kolpakova 12fe6ff734 add Mersenne Twister random number generator 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 e7b214b6d2 Removed urequired functions 12 years ago
Vladislav Vinogradov 21f95a3b11 restored source compatibility 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
Andrey Kamaev ffb3b5ddbe Adjust OpenCV version to 2.4.4 12 years ago
LeonidBeynenson b85a098d9c Added float, uint64, and uchar params to Algorithm 12 years ago
Ilya Lysenkov b24e4bddb1 Documented the TermCriteria class (#2560) 12 years ago
Vadim Pisarevsky 146ca61a27 added tests for #1373, #2629, #2719; fixed another bug in determinant(Matx<T,n,n>) 12 years ago