Learn More about multiDIC¶
Core Concepts: 2D to 3D Reconstruction¶
multiDIC takes images from multiple synchronized cameras and reconstructs a 3D model using Digital Image Correlation (DIC). This involves:
Camera Calibration
Digital Image Correlation
3D Reconstruction
MultiDIC Process¶
Important Scripts and Their Roles¶
runDIC.m: The main script for DIC and 3D reconstruction.
config.m: Configuration file for setting paths and parameters.
stepE_3DReconstruction.m: Computes the 3D coordinates from 2D image points.
Detailed Workflow¶
Data Collection
Set Configuration
Run DIC Analysis
Post-processing
Troubleshooting and Adjustments
Additional Resources¶
MATLAB documentation, academic papers, and online tutorials on 3D reconstruction can further help understand multiDIC’s inner workings.