1820 Commits (de977cc9c836dd954bc0a737b5aa80621a4f9c72)

Author SHA1 Message Date
Alexander Smorkalov d0210f510e OpenCV version++. 9 years ago
Bruno Goncalves cf4025c224 fix documentation code formulas 9 years ago
Alexander Alekhin cda9ed449f fix some functions for valid processing of empty string content (cstr_==0, len_==0) 9 years ago
Anatoly Baksheev 0dab097a26 minor comment fix 9 years ago
Evgeny Talanin ac6ca660f4 Increase version to 2.4.12 9 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. 9 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
Alexander Alekhin b057a62c8b Set status to rc 10 years ago
Pavel Rojtberg 78eac67a01 clean up cvTriangulatePoints by using C++ primitives directly. 10 years ago
Vadim Pisarevsky ee11a2d266 fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions 10 years ago
Vadim Pisarevsky a2bba1b9e6 HAL extensions: added initial version of universal intrinsics (C implementation and SSE2, NEON - TBD). added empty files where some functionality from core and imgproc will be moved to 10 years ago
Vadim Pisarevsky 259e41da73 reverted "typedef _InputArray InputArray", fixed warning from doxygen 10 years ago
Maksim Shabunin 35b2139929 Basic HAL module 10 years ago
Vadim Pisarevsky 052593c760 1. Input/OutputArray optimizations; 10 years ago
theodore 02c3d8d792 documentation for the hconcat and vconcat functions 10 years ago
Kai Wolf f815bbab24 Fix typo in types_c.h 10 years ago
Ying Xiong decbdd1abb Fix compiler error on std::swap (CUDA7.0/clang/OSX) 10 years ago
Maksim Shabunin d5b954c2d4 Moved property implementation macros to private header 10 years ago
Maksim Shabunin 7335a40a61 Replaced CV_PURE_PROPERTY macros with corresponding code 10 years ago
Philipp Hasper e0efda7145 Fixed persistent.hpp documentation 10 years ago
Pavel Vlasov 085409340e Implementation collector update; 10 years ago
Ilya Lavrenov 6f8b3fc633 cvRound 10 years ago