Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you know C++, you should know that if a function should modify something given as a parameter, that something is passed as a pointer or a reference. That's what OpenCV does, but hides it neatly with typedefs.