X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=doc%2Fpython.txt;fp=doc%2Fpython.txt;h=36e5f07ba218ef8f82297d78e455918f33bd6e72;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=0000000000000000000000000000000000000000;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/doc/python.txt b/doc/python.txt new file mode 100644 index 0000000..36e5f07 --- /dev/null +++ b/doc/python.txt @@ -0,0 +1,21 @@ +Dear Python-fan, + +we've been working on OpenCV for Python for quite a long time now +and it's time to show what we achieved so far. The interface seems +to be mostly complete, still lacking some functions that take +double pointers as arguments and automatic type conversions are +missing. The biggest problem for production use is the improper +(= missing) memory management. If you use Python/OpenCV for +interactive experiments and small prototyping projects, this is +no big deal, for larger datasets and stability this needs to be +addressed and solved carefully. + +Please take a look at the python samples that ship with OpenCV. +You will likely find what's necessary to get started with OpenCV +and Python in the demo code. + +Feel free to experiment, find bugs and report them. + + +Mark Asbach +Aachen, 2004-03-17