Skip to content

Ryota0312/hoshikasane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hoshikasane

Align stars and stack image CLI tool.

  1. Reshape target image fit to base image.
$ cargo run -- affine-convert --base <base_file_path> --target <target_file_path>

Output following files (now include some files for DEBUG):

  • matches.tiff: match feature points between base and target image
  • base.tiff: base image
  • target.tiff: target image
  • converted.tiff: target image which reshape fit to base image
  1. Average composite
$ cargo run -- average-composite --file base.tiff,converted.tiff --output output.tiff

About

Composite starry sky images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages