added more helper macros to the function declarations, to assist the Python wrapper...
authorVadim Pisarevsky <no@email>
Wed, 27 Oct 2010 18:26:39 +0000 (18:26 +0000)
committerVadim Pisarevsky <no@email>
Wed, 27 Oct 2010 18:26:39 +0000 (18:26 +0000)
commit83f60857736f53790bfa97084115c8aba0a72df7
tree90e6e4897fc3a0258509c87e7d9b43e12fab1a67
parent4c29ffecc01a27700fe3a441b44d26eef9add462
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.)
18 files changed:
modules/calib3d/include/opencv2/calib3d/calib3d.hpp
modules/calib3d/src/calibration.cpp
modules/calib3d/src/fundam.cpp
modules/core/include/opencv2/core/core.hpp
modules/core/include/opencv2/core/mat.hpp
modules/core/include/opencv2/core/operations.hpp
modules/core/include/opencv2/core/types_c.h
modules/core/src/arithm.cpp
modules/core/src/matrix.cpp
modules/features2d/include/opencv2/features2d/features2d.hpp
modules/highgui/include/opencv2/highgui/highgui.hpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/imgproc/src/contours.cpp
modules/ml/include/opencv2/ml/ml.hpp
modules/ml/src/boost.cpp
modules/objdetect/include/opencv2/objdetect/objdetect.hpp
modules/video/include/opencv2/video/background_segm.hpp
modules/video/include/opencv2/video/tracking.hpp