Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How add a new element or modify one in a MatOfPoint3f ? (OpenCV, Java)

I am usig the OpenCV api for java. And I'm trying to use the MatOfPoint3f element. I find that you can initialize and insert all the data you need but once. After I insert some data, I want to maintain the old data and to insert or to modify an element.
How can I do that?