Skip to content

Lunar surface image registration for Caltech's Lunar Trailblazer mission

License

Notifications You must be signed in to change notification settings

lanpai/LunarReg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Lunar surface image registration for Caltech's Lunar Trailblazer mission

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages