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
2 | No.2 Revision |
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:
Best regards, BeS