Skip to content

Ray-Tracing-Systems/spectral_upsampling

 
 

Repository files navigation

SpectralUpsamplingImpls

Small program to convert RGB to spectum

How to build

Simply run

./build.sh

to build program (Ninja required).

Usage

Run

./build/converter

Parameters:

  • -f <path> : input file;
  • -c <hex> : input color in RGB (upsampling only);
  • -m <method> : upsampling method;
  • -D <path> : directory to output (upsampling only);
  • -n <name> : name for output (upsampling only);
  • --downsample : downsample instead of upsampling (requires -f).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.7%
  • CMake 3.2%
  • Python 3.0%
  • Shell 0.1%