Dear Developers,
Whether there is any way I can save image data from Mat object to "std::shared_ptr<char> newFramePointer".
For example I read image as follows : Mat newFrame = cv::imread("NewFrame.png");
and now how do i save data in newFrame into a shared pointer "newFramePointer"
Many Thanks for Help :)