Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

how can copy data from matrix pointer to matrix variable

If i have stored data into cv::Mat* frame_pointer. And i can display data using imashow("Frame", *frame);

I have another matrix variable cv::Mat frame. So, how can copy data from frame_pointer to frame?