Perform monocular visual simultaneous localization and mapping (vSLAM) using the data from the
TUM RGB-D Benchmark
. You can download the data to a temporary directory using a web browser or by running this code:
Create an
pixelLabelImageDatastore
object to store all the RGB images.
Specify your camera intrinsic parameters, and use them to create a monocular visual SLAM object.
Process each image frame, and visualize the camera poses and 3-D map points.
Once all the frames have been processed, reset the system.