This programme is designed to align sherds in RGB images to the respective depth images.
- Download the "align.py" file and move it to the directory of your choosing.
- Run with
python align.py -d <path-to-rgb-directory> <path-to-depth-directory> - Optional: The default output path is
./output. To change this, use the option-o <path-to-store-results>
The output directory will be created if it does not exist.
- OpenCV (4.5.1)
- Python (3.9)
- Numpy (1.22.1)