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:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
|
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
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
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 |