Build a tiny Project with openCV and Python -- 3

Job ID: 31054511

Budget: $10 – $30 USD

- Draw a chessboard with at least 9x6 squares.
- Take a video using a still camera and place the chessboard on the scene to find a Homography.
- Remove the calibration target from the scene and compute the background model.
- Place a moving object in the scene on the same plane as the Chessboard. Just a few seconds are enough
- Calculate a homography using the frame with the chessboard
- For each frame with the object: a. Subtract the background and calculate the object's position in the image. B. Use a homography and calculate the object's position on the plane where the chessboard was
- Draw on a graph as found and connect the dots
Related categories: Python OpenCV