A collection of 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.
Image Processing/addAlpha2image.py
This python script will automatically add a directory of image masks then add them as an alpha channel for corresponding imagery.
Image Processing/sortImagesIntoFolders.py
This python script will automatically sort a directory of images into folders based on the filename prefix.
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.
Metashape/adjustReference.py
This python script will adjust the pitch, roll, yaw angles defined by user input
Metashape/camera2reference.py
This python script will create a reference for camera positions file
Metashape/optimizeCameras4D.py
This python script for Agisoft Metashape Pro will optimize cameras for 4D capture setups.
Point Clouds/ply2colmap.py
This python script will convert an ascii ply point cloud to a colmap compatible point cloud format.
Segmentation/segmentImages.py
Python script to detect and mask objects using a trained Yolo segmentation model.