Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 484 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 484 Bytes

Lunar Surface Image Registration

Iterative feature-based matching solution for Lunar surface image registration

Installation

Build Manually

# When using conda for convenience
conda env create --file environment.yml
conda activate lunarreg

# Build the package
python -m build

# Install with pip
pip install dist/<package wheel file>

Usage

Currently no CLI tools are available. A usage example can be found in ./tests/test.py along with sample inputs.