Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi!

You can use the Calibration module for detecting the chessboard in the image. For this function, there findChessboardCorners(...)

Best regards, BeS

Hi!

You can use the Calibration module for detecting the chessboard in the image. For this function, there findChessboardCorners(...)

upd: for your image, you can adapt the example of opencv / squares. Here is a sample output of the adapted code:

squares

Best regards, BeS