MarsRaw / mars-raw-utils

Utilities for working with publicly available raw MSL & Mars2020 images
MIT License
45 stars 10 forks source link

Create Cross-Eye Stereogram #24

Closed kmgill closed 1 year ago

kmgill commented 1 year ago

Subprogram to create cross-eye or straight-eye stereograms.

Subprogram xeye

kmgill commented 1 year ago

Output of mru xeye -l '/data/M20/0009/ZCAM/ZLF_0009_0667741621_074FDR_N0020000ZCAM03000_1100LMJ01-rjcal-bay.png' -r '/data/M20/0009/ZCAM/ZRF_0009_0667741997_074FDR_N0020000ZCAM03000_1100LMJ01-rjcal-bay.png' -o M20_0009_ZCAM_BAY_XEYE_1.png

M20_0009_ZCAM_BAY_XEYE_1

kmgill commented 1 year ago

Implemented.

USAGE:
    mru xeye --left <LEFT> --right <RIGHT> --output <OUTPUT>

OPTIONS:
    -h, --help               Print help information
    -l, --left <LEFT>        Left image
    -o, --output <OUTPUT>    Output image
    -r, --right <RIGHT>      Right image
    -V, --version            Print version information
kmgill commented 1 year ago

Given a camera model (CAVH...) on both images, perform linearization.

kmgill commented 1 year ago

Works fine