embeded cv Python module into cv2.
authorVadim Pisarevsky <no@email>
Tue, 12 Jul 2011 12:56:03 +0000 (12:56 +0000)
committerVadim Pisarevsky <no@email>
Tue, 12 Jul 2011 12:56:03 +0000 (12:56 +0000)
commit569b1ad58227b98e1353ca3cb859bf3e70ae4eeb
tree9eda465a911e4c5aa42573932b41f6ede284385e
parent9b464199d67271b9e77274003e944b96da77693b
embeded cv Python module into cv2.
55 files changed:
CMakeLists.txt
modules/CMakeLists.txt
modules/core/doc/old_basic_structures.rst
modules/python/CMakeLists.txt
modules/python/src2/api [moved from modules/python/src1/api with 100% similarity]
modules/python/src2/cv2.cpp
modules/python/src2/cv2.cv.hpp [moved from modules/python/src1/cv.cpp with 95% similarity]
modules/python/src2/defs [moved from modules/python/src1/defs with 100% similarity]
modules/python/src2/gen.py [moved from modules/python/src1/gen.py with 100% similarity]
modules/python/test/calchist.py
modules/python/test/camera_calibration.py
modules/python/test/findstereocorrespondence.py
modules/python/test/goodfeatures.py
modules/python/test/leak1.py
modules/python/test/leak2.py
modules/python/test/leak3.py
modules/python/test/leak4.py
modules/python/test/precornerdetect.py
modules/python/test/test.py
modules/python/test/ticket_6.py
modules/python/test/tickets.py
modules/video/test/test_main.cpp
samples/python/camera.py
samples/python/camshift.py
samples/python/chessboard.py
samples/python/contours.py
samples/python/convexhull.py
samples/python/cv20squares.py
samples/python/cvutils.py
samples/python/delaunay.py
samples/python/demhist.py
samples/python/dft.py
samples/python/distrans.py
samples/python/dmtx.py
samples/python/drawing.py
samples/python/edge.py
samples/python/facedetect.py
samples/python/ffilldemo.py
samples/python/fitellipse.py
samples/python/houghlines.py
samples/python/inpaint.py
samples/python/kalman.py
samples/python/kmeans.py
samples/python/laplace.py
samples/python/lkdemo.py
samples/python/logpolar.py
samples/python/minarea.py
samples/python/minidemo.py
samples/python/morphology.py
samples/python/motempl.py
samples/python/numpy_array.py
samples/python/numpy_warhol.py
samples/python/pyramid_segmentation.py
samples/python/squares.py
samples/python/watershed.py