Ask Your Question

Revision history [back]

click to hide/show revision 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.)

this is a common trap, it must be either:

frame.at<Vec3b>(Point(col, row))

or

frame.at<Vec3b>(row, col)

(admittedly confusing.)