Using OpenCV to localize camera
- Camera Calibration Using Checkerboard change chessboard size, frame size, size of chessboard squares, and the image directory
From this, we can acquire Camera Matrix,
- You can calculate camera position using known pixel points, and world coordinates. In 3d Points, type in the World coordinates of the points, and in 2d points, type in the image coordinates(pixel) of the points.