2494 Commits (6d3bc7c82db6e8b3ae9dd4028b42d754f827d53a)

Author SHA1 Message Date
Alexey Ershov 89392b2a6d added convertToGLBuffer() & convertFromGLBuffer() functions; added OpenGL interop sample comment 9 years ago
Philipp Hasper 2b7637df36 Fixed buffer overflow in string handling 9 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) 9 years ago
Alexander Alekhin 06617392e0 workaround issue with MatExpr 10 years ago
Alexander Alekhin a6f46d7bb1 issue 4457 10 years ago
Alexander Alekhin c0d61964d6 ocl: fix unaligned memory access 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
Alexander Alekhin 30a5a9ed34 test vector processing 10 years ago
Alexey Ershov 9dfa9a81e9 eliminated unused function __OpenCLinitializeGL(), simplified query device logic 10 years ago
kalistratovag 65e0387aa5 Implementing parallel mjpeg encoder. 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
Alexander Alekhin 24e2a008c3 copyTo: fix for big data (4Gb+) 10 years ago
Pavel Vlasov e57609836c Warning fix; 10 years ago
Pavel Vlasov 101607a7d0 Imgproc_Hist_MinMaxVal.accuracy fix; 10 years ago
Pavel Vlasov 8439b5942b Proper IPP alignment; 10 years ago
Alexander Alekhin 53fc5440d7 implement singleton lazy initialization 10 years ago
Suleyman TURKMEN d64c8aad99 Update mat.hpp 10 years ago
Vladimir Dudnik 217dd63e02 OpenCV-OpenCL interop (PR #4072): 10 years ago
Alexander Alekhin 032b6322fc fix MatAllocator creation/destruction issues 10 years ago
Dmitry Budnikov a5a21019b2 ipp_countNonZero build fix; 10 years ago
Alexander Alekhin 9394486147 fix issue 3891 10 years ago
Alexander Alekhin a482dcce46 fix support for pthreads parallel_for 10 years ago
Maksim Shabunin 1f983ec39c Fixed compilation of pthread-based parallel_for with gcc 4.4.3 10 years ago
Alexander Alekhin 8184e57dd6 fix tests build (win,shared,world) 10 years ago
Maksim Shabunin c12243cf4f Version for 3.0.0 release 10 years ago
Diogo Rolo f57fb2375e Update cuda.markdown 10 years ago
Vadim Pisarevsky a4073ed676 made improvements in ECC code (comments from https://github.com/Itseez/opencv/pull/3845), as well as minor tweak in pthread's based parallel for. 10 years ago
kalistratovag bf5393ae58 parallel for on pthreads initial commit 10 years ago
Vadim Pisarevsky 481f786fe7 added simple HAL test; added RHO homography test 10 years ago
Philipp Hasper 6c55e7c039 Fixed doc typo 10 years ago
Vadim Pisarevsky 85149f8686 hack solvePoly to finds roots of polynoms with zero higher-order coefficients. The roots are populated in this case, which is not valid, strictly speaking, but good enough for function like correctMatches. This solves http://code.opencv.org/issues/4330 10 years ago
Ruslan Baratov 9c8255feeb Doc: fix definition of macro CV_MAKETYPE 10 years ago
Camille 55a5e6be2c bug fix 3696 10 years ago
Dikay900 7ca0557b40 typos in comments 10 years ago
Alexander Smorkalov acbc7362db Bug #3611 Initializing static cv::Mat with cv::Mat::zeros causes segmentation fault fixed. 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
Andrey Pavlenko d67d32af48 Revert of "Merge pull request #4014 from sgjava:opencv-sgjava" (reverted from commit 52fa55a770) 10 years ago
Vadim Pisarevsky 432cf1152a added read/write functions for vector<DMatch> + the test (http://code.opencv.org/issues/4308) 10 years ago
Vadim Pisarevsky 4a9b244577 hopefully, fixed crash in sparse mat test 10 years ago
Vadim Pisarevsky 66eb270cf7 significantly reduced sparse matrix footprint: 10 years ago
Vadim Pisarevsky 7dd67f4997 use _mm_sad_epu8 instead of _mm_movemask_epi8 in countNonZero. Therefore, we do not need any popcount table and this solves http://code.opencv.org/issues/4333 10 years ago
sgjava 8b3b2a52f0 Removed finalize() and added n_delete to release() 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
Vadim Pisarevsky d280205245 fixed compile errors on ARM, as well as failures in OCL_Dft* regression tests 10 years ago