rgb2spec

Crates.iorgb2spec
lib.rsrgb2spec
version0.1.1
sourcesrc
created_at2022-11-02 20:35:50.357436
updated_at2022-12-10 15:05:02.687169
descriptionConverts RGB colors to reflectance spectra
homepage
repositoryhttps://github.com/nbvdkamp/rgb2spec-rs
max_upload_size
id703733
size80,452
kamp (nbvdkamp)

documentation

README

rgb2spec-rs

crates.io

This crate is a port of rgb2spec, an implementation of the paper "A Low-Dimensional Function Space for Efficient Spectral Upsampling" by Wenzel Jakob and Johannes Hanika.

It can be used to convert RGB colors in various color spaces to coefficent representations of reflectance spectra. These spectra can then be evaluated for wavelengths in the visible spectrum.

Usage

See the crate documentation or examples/ for example usages.

CLI

The crate also includes a command line program that can be used to compute a model and save it to a file. Use cargo run in the crate's root to execute it.

Commit count: 5

cargo fmt