Move the sources to trunk
[opencv] / docs / python.txt
1 Dear Python-fan,
2
3 we've been working on OpenCV for Python for quite a long time now
4 and it's time to show what we achieved so far. The interface seems
5 to be mostly complete, still lacking some functions that take
6 double pointers as arguments and automatic type conversions are 
7 missing. The biggest problem for production use is the improper
8 (= missing) memory management. If you use Python/OpenCV for 
9 interactive experiments and small prototyping projects, this is
10 no big deal, for larger datasets and stability this needs to be
11 addressed and solved carefully.
12
13 Please take a look at the python samples that ship with OpenCV.
14 You will likely find what's necessary to get started with OpenCV
15 and Python in the demo code.
16
17 Feel free to experiment, find bugs and report them.
18
19
20 Mark Asbach <asbach@ient.rwth-aachen.de>
21 Aachen, 2004-03-17