I have seen declarations like Mat& img = imread("image") and Mat img = imread("image"). What is the difference between the two ?
Mat& img = imread("image")
Mat img = imread("image")
Is there anything like Mat* ?
Mat*
How can I use IplImage in a similar way to Mat& ?
IplImage
Mat&
Please Help!
cv::Mat
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
3 months ago
viewed
85 times
cv::Matgives it some unexpected behavior for beginners – sammy Feb 5 at 7:51