1258 Commits (07aff8e85f896b3b8d700785d139113cda55846e)

Author SHA1 Message Date
a-andre a14e524b32 fix documentation builder warnings 9 years ago
Renato Florentino Garcia 1a18fa1c94 Correct a typo. 9 years ago
Alexander Alekhin ad70ab404c ocl: workaround for getUMat() 9 years ago
Andrey Pavlenko cea2dafa0f man/unmap, preventing getMat/getUMat from temp object, fix thread-unsafe code in `UMat::getMat()` 9 years ago
Alexey Ershov 68a0347ff9 fallback path & sample timing implemented 9 years ago
Maksim Shabunin 8c65f8a0d1 fixup! Some changes to support mingw-w64 9 years ago
Maksim Shabunin 771af4f32d Some changes to support mingw-w64 9 years ago
Alexey Ershov a8656ea20f implemented core support & sample 10 years ago
Pavel Vlasov a33d98c13a TLS memory leaks were fixed; 10 years ago
a-andre b757359ff8 fix documentation builder warnings 10 years ago
Alexander Alekhin e65de8d1da fixes for MSVS compiler optimizer 10 years ago
Alexander Alekhin ac37b77452 c++ move semantics for cv::UMat 10 years ago
Alexander Alekhin 306aa0e699 c++ move semantics for cv::Mat_ 10 years ago
Alexander Alekhin 1afc9eb730 c++ move semantics for cv::Mat 10 years ago
Alexander Alekhin 5a0af53683 c++ move semantics for cv::Ptr<> 10 years ago
Alexander Smorkalov d0210f510e OpenCV version++. 10 years ago
Bruno Goncalves cf4025c224 fix documentation code formulas 10 years ago
Alexander Alekhin cda9ed449f fix some functions for valid processing of empty string content (cstr_==0, len_==0) 10 years ago
Anatoly Baksheev 0dab097a26 minor comment fix 10 years ago
Evgeny Talanin ac6ca660f4 Increase version to 2.4.12 10 years ago
Vladimir Dudnik 6bd01a96d9 finished with NV12 support for D3D11-interop. Now, if texture is in NV12 format then it will be converted to/from BGR UMat. 10 years ago
Alexey Ershov 89392b2a6d added convertToGLBuffer() & convertFromGLBuffer() functions; added OpenGL interop sample comment 10 years ago
Philipp Hasper 2b7637df36 Fixed buffer overflow in string handling 10 years ago
Vladimir Dudnik dee05f982b compute fps changed (now only interop counts). fixed d3d10 and d3d11 print info method (there were issues with texture mapping) 10 years ago
Alexander Alekhin a6f46d7bb1 issue 4457 10 years ago
Alexander Alekhin 885114ed2c fix copyTo memory corruption, but the main problem is still here 10 years ago
Dikay900 3ebb5d0e3b export thread control to python aswell 10 years ago
Youssef Kashef 790ef21a60 add unit test around Mat::push_back() 10 years ago
Alexey Ershov 3f68787051 OpenGL OpenCL sample 10 years ago
Alexander Alekhin 04b2edcc8c ocl: autogenerated files for cl_gl.h 10 years ago
Alexander Alekhin ee68d26f99 ocl: update generator scripts 10 years ago
Pavel Vlasov 8439b5942b Proper IPP alignment; 10 years ago
Suleyman TURKMEN d64c8aad99 Update mat.hpp 10 years ago
Vladimir Dudnik 217dd63e02 OpenCV-OpenCL interop (PR #4072): 10 years ago
Dmitry Budnikov a5a21019b2 ipp_countNonZero build fix; 10 years ago
Alexander Alekhin 9394486147 fix issue 3891 10 years ago
Maksim Shabunin c12243cf4f Version for 3.0.0 release 10 years ago
Philipp Hasper 6c55e7c039 Fixed doc typo 10 years ago
Dikay900 7ca0557b40 typos in comments 10 years ago
Vadim Pisarevsky f32f0486e2 trying to eliminate warnings in Android build 10 years ago
Vadim Pisarevsky d2aaa70e93 removed HAL calls from public OpenCV headers; put IPP calls back to hall:sqrt() and such (but they are disabled for now) 10 years ago
Alexander Smorkalov 00d9f690f6 Version++. 10 years ago
Vadim Pisarevsky 432cf1152a added read/write functions for vector<DMatch> + the test (http://code.opencv.org/issues/4308) 10 years ago
Maksim Shabunin a7160d9b12 Docs: fixed _dest type in cv::compare 10 years ago
Maksim Shabunin e22c09c601 Documentation for CommandLineParser 10 years ago
Alexander Smorkalov e49e75da06 OpenCV patch verison++. 10 years ago
Vadim Pisarevsky 63a63e3eaa extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed 10 years ago
Vadim Pisarevsky 01e351de37 refactored downhill simplex implementation a bit; hopefully, fixed the bug with random failures in the tests 10 years ago
Vadim Pisarevsky 135fa85e8f added vector<bool> support (http://code.opencv.org/issues/3826) 10 years ago
Thomas Gabrowski 63dbeeaac5 Fix iOS warnings about implicit conversion precision by changing double literals to float ones 10 years ago