I've started exploring C++ API of
OpenCV library and use Standard Template Library along with it. I find it very convenient to use.
For example take a look at the following program. We use vectors to store a sequence of "Point" in OpenCV
In OpenCV 2.0 C++ API:
No comments:
Post a Comment