19 Commits (d80a965f97460a035a60c88fe2db0f6be5b363be)

Author SHA1 Message Date
Vadim Pisarevsky dc4d0398f3 converted few more comp. geometry functions to C++ 12 years ago
Vadim Pisarevsky c2241dccc5 converted fitline to C++, fixed Mat::checkVector(). 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 e3941d0965 refactored approxpoly 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Andrey Kamaev 58f31819cc Return drawContours back to imgproc 12 years ago
Andrey Kamaev 81a5988015 Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes) 13 years ago
Andrey Kamaev 6ca618277c More fixes for documentation. 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Andrey Pavlenko 13427c0cdf fixing convexityDefects() 13 years ago
Andrey Kamaev 72f2523d0f Fixed ~20 potential errors identified by the MS complier. 13 years ago
Vadim Pisarevsky e36ad50825 added cv::convexityDefects (ticket #796) 13 years ago
Marina Kolpakova f5152500be fixed #1373 13 years ago
Vadim Pisarevsky f196dd5ff7 preliminary version of a multi-level findcontours 13 years ago
Anatoly Baksheev 8f4c7db3f6 ~40 warnings under VS2008 14 years ago
Vadim Pisarevsky 2d2b8a496e renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122) 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Vadim Pisarevsky 62569f6926 fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>. 14 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Vadim Pisarevsky 8af2d0acb4 fixed recent failures in shape-convhull & shape-minarearect 14 years ago
Vadim Pisarevsky cbe132cabe several small fixes; added overloaded variant of cv::drawChessboardCorners 14 years ago
Vadim Pisarevsky 83f6085773 added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.) 14 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago