S. Garrido
|
bd2c2f3bd1
|
fix isContourConvex
|
2015-05-27 20:51:53 +02:00 |
|
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
|
2014-08-13 15:21:35 +04:00 |
|
Andrey Kamaev
|
605382562d
|
Fix stack corruption in cvConvexHull2 and heap corruption in OutputArray::create
|
2013-04-01 15:24:35 +04:00 |
|
Andrey Kamaev
|
62adc01980
|
Move cv::Rect_
|
2013-04-01 15:24:33 +04:00 |
|
Andrey Kamaev
|
7e50d3e571
|
Fixed MSVC warnings
|
2013-03-13 11:34:04 +04:00 |
|
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.
|
2013-02-25 15:04:17 +04:00 |
|
Vadim Pisarevsky
|
efd00238e2
|
fixed warnings; restored fixed_size parameter in AutoBuffer
|
2013-01-23 21:47:58 +04:00 |
|
Vadim Pisarevsky
|
c2241dccc5
|
converted fitline to C++, fixed Mat::checkVector().
|
2013-01-21 01:07:47 +04:00 |
|
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++
|
2013-01-20 00:58:51 +04:00 |
|
Vadim Pisarevsky
|
457fa52111
|
convex hull converted to C++; other 2 functions in convhull.cpp are yet to be finished.
|
2013-01-19 00:26:01 +04:00 |
|
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|