Basic 3D reconstruction algorithm
The pipeline is as follows:
- Get good features to track using ShiTomasi corner detection. This is used only once as initialization.
- Track the initialized points over the entire video.
- Process the list of points.
Note: I don't know what happens if the points are lost during tracking. In this video the number of points is constant.
The number of points in this plot is the same as the number of points that have been tracked.