Luminisc / HSAT

HSAT - HyperSpectral imaging Analyzing Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dataset viewer

Luminisc opened this issue · comments

New component to visualize dataset bands for user.
Same as current image demo (with pan & mouse zoom), but with additional functionality:
Select band (should consider min/max values)
Select visualization mode

Visualization modes:

  1. as is - min/max depends on pixel depth (ex. INT16 -> 0-2^15, pixels are signed), pixel value clamped to pixel depth values (negative values clamped to zero).
  2. min/max scale - min/max of output based on min/max of image
  3. mean/stddev scale - min/max values are [mean+-stddev], pixel value clamped to this length