Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

equivalent to CopyTo() for CvMat*

as OpenCv documentation mentioned , Mat::copyTo() is using an input of type Mat. http://docs.opencv.org/modules/core/doc/basic_structures.html?highlight=copyto#mat-copyto

I need an equivalent function that takes an input of type CvMat* .