Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Camera calibration using a square grid pattern

Hi all,

I'm aware that openCV has inbuilt functions to support camera calibration using,

      1.  Circle pattern - cv2.findCirclesGrid() 
      2.  Chessboard pattern. - cv2.findChessboardCorners()

But my application required to use a square grid pattern as mentioned in this paper Camera Calibration With One-Dimensional Objects.

I would like to know is there any possible way to use openCV inbuilt camera calibration functions directly or alter them accordingly to achieve my requirement.

Any guidance would be appreciated.

Thanks in advance.

Camera calibration using a square grid pattern

Hi all,

I'm aware that openCV has inbuilt functions to support camera calibration using,

      1.  Circle pattern - cv2.findCirclesGrid() 
      2.  Chessboard pattern. - cv2.findChessboardCorners()

But my application required to use a square grid pattern as mentioned shown in this paper Camera link [Camera Calibration With One-Dimensional Objects.square grid ]https://www.microsoft.com/en-us/research/wp-content/uploads/2016/12/image1.gif).

I would like to know is there any possible way to use openCV inbuilt camera calibration functions directly or alter them accordingly to achieve my requirement.

Any guidance would be appreciated.

Thanks in advance.

Camera calibration using a square grid pattern

Hi all,

I'm aware that openCV has inbuilt functions to support camera calibration using,

      1.  Circle pattern - cv2.findCirclesGrid() 
      2.  Chessboard pattern. - cv2.findChessboardCorners()

But my application required to use a square grid pattern as shown in this link [Camera Calibration With square grid ]https://www.microsoft.com/en-us/research/wp-content/uploads/2016/12/image1.gif).

I would like to know is there any possible way to use openCV inbuilt camera calibration functions directly or alter them accordingly to achieve my requirement.

Any guidance would be appreciated.

Thanks in advance.

click to hide/show revision 4
None

updated 2017-09-04 00:47:48 -0600

berak gravatar image

Camera calibration using a square grid pattern

Hi all,

I'm aware that openCV has inbuilt functions to support camera calibration using,

      1.  Circle pattern - cv2.findCirclesGrid() 
      2.  Chessboard pattern. - cv2.findChessboardCorners()

But my application required to use a square grid pattern as shown in this link [Camera Calibration With square grid ]https://www.microsoft.com/en-us/research/wp-content/uploads/2016/12/image1.gif).Camera Calibration With square grid .

I would like to know is there any possible way to use openCV inbuilt camera calibration functions directly or alter them accordingly to achieve my requirement.

Any guidance would be appreciated.

Thanks in advance.

Camera calibration using a square grid pattern

Hi all,

I'm aware that openCV has inbuilt functions to support camera calibration using,

      1.  Circle pattern - cv2.findCirclesGrid() 
      2.  Chessboard pattern. - cv2.findChessboardCorners()

But my application required to use a square grid pattern as shown in this link Camera Calibration With square grid Camera calibration using a square grid.

I would like to know is there any possible way to use openCV inbuilt camera calibration functions directly or alter them accordingly to achieve my requirement.

Any guidance would be appreciated.

Thanks in advance.