1 | initial version |
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)?
2 | No.2 Revision |
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.