This repository implements 3D Reconstruction (from RGB images) using Structure from Motion Pipeline. The pipeline consists of
- Feature Detection (using SURF / SIFT / Hessian Affine Region Detector)
- Feature Matching (using FLANN)
- Reconstruction (using Patch Match)
Heres the result of SfM on Flash Action Figure
Although we get decent reconstruction of the figure, it can be further improved
- Statistical or Radial Outlier Removal can further help in noise removal from the dense reconstruction.
- The head in front view has not been reconstructed inspite of many images in same pose. This is due to glare from the light source above it. Image processing algorithms can help fix this issue.