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?
1 | initial version |
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?