Ask Your Question

Revision history [back]

There is an error with your code: if the Mat has 1000 columns so how to reach to 1000 index value in cv::Point(1000, 375)?

There is an error with your code: if the Mat has 1000 columns so how to reach to 1000 index value in cv::Point(1000, 375)?375)? The max value for x index in this case is 999.