File Structure of a Mech-Vision Project¶
The figure below demonstrates a Mech-Vision project’s file structure, which is mainly composed of the following files:
An algorithm file (vision_project.vis in the figure): stores the algorithms.
Camera parameter files (files in the folder Calibration in the figure): store the camera’s intrinsic and extrinsic parameters and calibration data.
Project configuration files (depth_background.png, depth_roi.json, roiBoundary.json, etc., in the figure): describe the setup of the working environment and add restrictions on the project.
The Mech-Vision project files will be automatically generated in the designated project path after the corresponding operations are performed, so there is no need to create these files manually.