1 | initial version |
this is a common trap, it must be either:
frame.at<Vec3b>(Point(col, row))
or
frame.at<Vec3b>(row, col)
(admittedly confusing.)
2 | No.2 Revision |
this is a common trap, it must be either:
frame.at<Vec3b>(Point(col, row))
or
frame.at<Vec3b>(row, col)
(admittedly confusing.)