21 Commits (515f119a599d537076c532cacd743b41917ebcb3)

Author SHA1 Message Date
yuki takehara a6277370ca
Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
Vadim Pisarevsky 8f3867756c
Merge pull request #16594 from vpisarev:hull_ordering_fix 5 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Vladislav Sovrasov 91e56abcf1 imgproc: disable buggy inplace processing in convexHull 8 years ago
Maksim Shabunin 1f23202ad8 Issues found by static analysis (5th round) 8 years ago
Maksim Shabunin e0393f8557 Fixed some issues found by static analysis (4th round) 8 years ago
Vladislav Sovrasov 12383a124b Disable error throwing in convexityDefects when hull is a line or point 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
LaurentBerger 8531e6d9fc May be it can solve issue 5908 9 years ago
S. Garrido bd2c2f3bd1 fix isContourConvex 10 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Andrey Kamaev 605382562d Fix stack corruption in cvConvexHull2 and heap corruption in OutputArray::create 12 years ago
Andrey Kamaev 62adc01980 Move cv::Rect_ 12 years ago
Andrey Kamaev 7e50d3e571 Fixed MSVC warnings 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Vadim Pisarevsky efd00238e2 fixed warnings; restored fixed_size parameter in AutoBuffer 12 years ago
Vadim Pisarevsky c2241dccc5 converted fitline to C++, fixed Mat::checkVector(). 12 years ago
Vadim Pisarevsky c197a46e7e removed rarely used fixed_size parameter from AutoBuffer type, added optional AutoBuffer* but to cvarrToMat in order to speedup CvSeq->Mat conversion; finished conversion of convex hull and related functions to C++ 12 years ago
Vadim Pisarevsky 457fa52111 convex hull converted to C++; other 2 functions in convhull.cpp are yet to be finished. 12 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago