293 Commits (2cc14bd0fb2b898d7667c01bd24754dc9df0d5bd)

Author SHA1 Message Date
Dale Phurrough 54a9e00970
fix opencv/opencv#20594 - exception handling with refcounts 4 years ago
Dale Phurrough cbe236652b noexcept def construct Mat, UMat, Mat_, MatSize, MatStep 4 years ago
Alexander Alekhin aac7c5465b core: move inline code from mat.inl.hpp 5 years ago
Mario Emmenlauer 102d8f67cd matrix.cpp::setSize(): fixed out-of-bounds access on cv::Mat steps 5 years ago
Alexander Alekhin 858a7da5c0 core: rework getContinuousSize() for vector-col/row support 7 years ago
Alexander Alekhin b74b05d1b3 Revert CV_TRY/CV_CATCH macros 7 years ago
Alexander Alekhin 8c4f886f5f core: re-throw allocation exception if there is no fallback 7 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 7 years ago
miaow1988 2988260107 Fixed the int size overflow bug of cv::Mat.push_back(). 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Vadim Pisarevsky e0dbe5cfcc
handle huge matrices correctly (#11505) 7 years ago
Alexander Alekhin 6b581c4e51 build: unreachable code after CV_Error() (part 2) 7 years ago
Alexander Alekhin 9111538bfb core: apply CV_OVERRIDE/CV_FINAL 7 years ago
Maksim Shabunin 904640c9ae Split matrix.cpp into smaller pieces 7 years ago
Maksim Shabunin 7349b8f5ce Build for embedded systems 7 years ago
Alexander Alekhin 9db5cbf9a4 dnn: sync output/internals blobs back 8 years ago
Alexander Alekhin b0c6bd0a5b build: resolve naming issue 8 years ago
Igor Wodiany ffb9554787
Extract code from scalarToRawData 8 years ago
Igor Wodiany b638aa74d7 Fix a memory leak in the Mat copying constructor 8 years ago
Maksim Shabunin 248e2c7d47 Fixed some issues found by static analysis 8 years ago
Dmitry Kurtaev 8b094755fa Fix https://github.com/opencv/opencv/issues/8693 8 years ago
Pavel Vlasov a57718e1ac ICV2017u3 package update; 8 years ago
Alexander Alekhin 9ca39821c8 core: divUp function 8 years ago
Alexander Alekhin 7f3eea6325 core: fix Mat/UMat cleanup on exceptions in deallocate() 8 years ago
Maksim Shabunin e0393f8557 Fixed some issues found by static analysis (4th round) 8 years ago
Maksim Shabunin a769d69a9d Fixed several issues found by static analysis 8 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
Alexander Alekhin d3ebe665e0 core: fix IPP optimization for sortIdx 8 years ago
Matthias Grundmann cf4e9e5ce2 Update matrix.cpp 8 years ago
Maksim Shabunin b04ed5956e Fixed several issues found by static analysis in core module 8 years ago
Pavel Vlasov 35c7216846 IPP for OpenCV 2017u2 initial enabling patch; 8 years ago
Vadim Pisarevsky dd54f7a22a got rid of Blob and BlobShape completely; use cv::Mat and std::vector<int> instead 8 years ago
Arnaud Brejeon 636ab095b0 Merge pull request #8535 from arnaudbrejeon:std_array 8 years ago
KUANG, Fangjun 03c4c37969 fix issue 8189. 8 years ago
Vladislav Sovrasov 14451f3f06 core: fix adjustROI behavior on indexes overflow 8 years ago
Vitaly Tuzov 4950f542d1 Fix for SGBM compute() buffer allocation failure on big images 8 years ago
Alexander Alekhin 0e4dde1781 Merge pull request #7872 from alalek:merge-2.4 8 years ago
Addison Elliott eb04b2bfa9 Added N-dim submat selection with vectors 8 years ago
Addison Elliott fa6692afcf Added new overloaded functions for Mat and UMat that accepts std::vector<int> instead of int * for the sizes on a N-dimensional array. 8 years ago
bedbad ffcf866e2f Merge pull request #7754 from LAZI-2240:toupstream2.4 8 years ago
Valeriy Van c562f0ad38 Minor fix in MatAllocator::download 9 years ago
Sergey Alexandrov 765dd30981 Add support for GpuMat in InputArray::isContinuous() 9 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
Ilya Lavrenov 957bf1452c added some tests for push_back 9 years ago
Piotr Semenov 00e91fd3d0 Fix that corrects the OpenCV's random access iterator distance: d(x,y) = -d(y,x) 9 years ago
Alexander Alekhin 2978a16c85 core: preserve sizes values (fixes #5991) 9 years ago
Dan 237f33d4f0 nullptr -> NULL 10 years ago
Dan Moodie 4f373a4284 Clarified default allocator interface. 10 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 10 years ago