Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What happens if you swap i and j in the loop?

cv::Vec3b bgrPixel = lm.at<cv::Vec3b>(j, i);

What happens if you swap i and j in inside of the loop?loop body?

cv::Vec3b bgrPixel = lm.at<cv::Vec3b>(j, i);

What happens if you swap i and j inside of the loop body?

cv::Vec3b bgrPixel = lm.at<cv::Vec3b>(j, i);

doc is here