http://opencv.willowgarage.com/documentation/python/cookbook.html
$ python Python 2.6.6 (r266:84292, Sep 15 2010, 15:52:39) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import cv >>> im = cv.LoadImageM("foo.jpg") >>> print type(im) <type 'cv.cvmat'> >>> cv.SaveImage("test.png", im) >>>
0 件のコメント:
コメントを投稿