Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.05 KB

README.md

File metadata and controls

13 lines (12 loc) · 1.05 KB

3D Scanning Masterclass

A collection of sample data, trained computer vision models and various python scripts for processing data for the 3D Scanning Masterclass.

Image Processing/exif2csv.py
Python script to parse image exif metadata and compute exposure values into a CSV file then plot the exposure over time in a graph.

Image Processing/rtProcessImages.py
Python script using Raw Therapee CLI commands to read a raw therapee pp3 file then adjust white balance and adjust exposure to a defined EV value with an exposure offset.

Metashape/alignOptimizeCameras.py
This Agisoft Metashape Pro python script will automatically align, filter tie points and optimize cameras.

Metashape/importMultiCameraRigMasks.py
This Agisoft Metashape Pro python script will automatically import masks on selected images for a multi-camera rig if subdirectory structure is the same.

Segmentation/segmentImages.py
Python script to detect and mask objects using a trained Yolo segmentation model.