3D reconstruction using multiple images.
MATLAB must be installed along with the image processing library and computer vision library. The MATLAB compiler should also be installed for development and deployment.
To compile the .m script, use the command
mcc -m <SCRIPT.m>
or
mcc -m <SCRIPT.m> -o <OUTPUT_NAME>