Skip to main content

A package for accurate and vivid visualization of hyperspectral and multispectral images

Project description

TrueColorHSI Logo

Overview

Traditional hyperspectral visualization methods convert images to RGB by averaging bands into fixed ranges corresponding to blue, green, and red. While practical, this method oversimplifies the data and may result in a loss of important details and nuances.

TrueColorHSI takes a more sophisticated approach by using colorimetric science to process the entire visible spectrum, delivering vivid, perceptually accurate images. Additionally, it offers users the flexibility to adjust the illuminant (D50, D55, D65, D75), enhancing the interpretation of hyperspectral data under different lighting conditions. The package also provides image enhancement tools such as white balance and contrast adjustment to further refine the visualization.

Aspect Traditional Method ✨ TrueColorHSI ✨
Spectral Band Usage ⚙️ Fixed RGB ranges (Blue, Green, Red) 🌈 Full visible spectrum utilization
Color Basis ⚙️ Based on peak wavelengths (~470, ~545, ~680 nm) 🌈 Colorimetric science-based
Color Accuracy ⚠️ Approximate color reproduction Highly accurate color representation
Visualization Quality ⚠️ Simplified, may lose details Vivid and detailed output
User Experience ⚙️ Limited user control Tunable illuminants (D50, D55, D65, D75)

Note: The input data need to cover the full visible spectrum (400-700 nm) to achieve the best results. If the data is not full-spectrum, the package will still work, but the output may not be as accurate.

Installation:

You can install TrueColorHSI via pip:

pip install TrueColorHSI

Usage:

from truecolorhsi.visualization import vanilla_visualization, colorimetric_visualization
from pathlib import Path
input_path = Path("path/to/the/input/file")
vanilla_display_images = vanilla_visualization(input_path, visualize=True, saveimages=True)
colorimetric_display_images = colorimetric_visualization(input_path, visualize=True, saveimages=True)

Supportted data format:

Parameters for vanilla_visualization:

  • input_path (Union[str, Path]): The path to the input file containing the hyperspectral imaging data.
  • visualize (bool, default=False): If set to True, the function will display the images.
  • stretch_percent (int, default=2): The percentage of histogram stretching to apply for contrast enhancement.
  • wb_method (str, default='ml_wb'): The white balance method to use. Options include 'ml_wb' , 'gray_wb', and 'white patch'.
  • saveimages (bool, default=False): If set to True, the function will save the images to disk.
  • savefolder (Optional[Path], default=None): The folder where the images will be saved. If None, images will be saved in the current directory.

Parameters for colorimetric_visualization:

  • input_path (Union[str, Path]): The path to the input file containing the hyperspectral imaging data.
  • illuminant (str, default='D65'): The illuminant to use for colorimetric conversion. Options include 'D65', 'A', 'F2', etc.
  • stretch_percent (int, default=2): The percentage of histogram stretching to apply for contrast enhancement.
  • wb_method (str, default='ml_wb'): The white balance method to use. Options include 'ml_wb' (machine learning based), 'gray_wb' (Gray World), and 'white_patch' (White patch assisted with blob detection).
  • visualize (bool, default=False): If set to True, the function will display the images.
  • saveimages (bool, default=False): If set to True, the function will save the images to disk.
  • savefolder (Optional[Path], default=None): The folder where the images will be saved. If None, images will be saved in the current directory.

Example results

Visualization from RGB bands Visualization from colorimetric conversion

Figure 1. Visualization from approximated RGB bands (traditional method) on the left. Figure 2. Visualization from colorimetric conversion (our method) on the right.

True color visualization from different illuminants Figure 3. True color visualization using different standard illuminants (D50, D65, D75) (white balance not applied). Adjusting the chosen illuminant allows for tuning the color temperature.

illuminant_spd_and_CIE_xyz
Figure 4. The spectral power distribution of the D65 illuminant and the CIE xyz curves.

Citation

If you find this repository useful in your research, please consider the following citation.

@misc{TrueColorHSI,
  author = {Fei Zhang},
  title = {TrueColorHSI},
  year = {2025},
  howpublished = {\url{https://github.com/fz-rit/TrueColorHSI}},
  note = {Accessed: 2025-02-08}
}

@article{amiri2024colorimetric,
  title={Colorimetric characterization of multispectral imaging systems for visualization of historical artifacts},
  author={Amiri, Morteza Maali and Messinger, David W and Hanneken, Todd R},
  journal={Journal of Cultural Heritage},
  volume={68},
  pages={136--148},
  year={2024},
  publisher={Elsevier}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

truecolorhsi-0.1.6.tar.gz (87.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

TrueColorHSI-0.1.6-py3-none-any.whl (15.8 kB view details)

Uploaded Python 3

File details

Details for the file truecolorhsi-0.1.6.tar.gz.

File metadata

  • Download URL: truecolorhsi-0.1.6.tar.gz
  • Upload date:
  • Size: 87.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for truecolorhsi-0.1.6.tar.gz
Algorithm Hash digest
SHA256 623289403205bfd1ab69d791c5a0ea90d637ef1bb346b41e712b44e2fee87ef0
MD5 a67b9e589e17906d4592c1f7b52d2cf1
BLAKE2b-256 d86fa584e08a3e315b8ce4e6e603bbdbb0addc0cc395d58a3d1c8410615afa4c

See more details on using hashes here.

File details

Details for the file TrueColorHSI-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: TrueColorHSI-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 15.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for TrueColorHSI-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 0f834b6f14300a5db5921e0b29686f11e31d884585ee2d592d2ae4d7b073f2ab
MD5 8c887c0a72893452d9113d16a7504379
BLAKE2b-256 f4bbed4e43272029151b82844c40b8d191c01a716cc6684e8e7a6320e0bbbb73

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page