lab_raster: Construct L*a*b* images from an hyperspectral camera

View source: R/rasterfunctions.R

lab_rasterR Documentation

Construct L*a*b* images from an hyperspectral camera

Description

This function takes as input an hyperspectral image and calculates the corresponding L*a*b* parameters for each pixel, result in a stack of three images corresponding the each of the L*a*b* parameters. (TODO- add calculations for HUE and Chroma values)

Usage

lab_raster(raster)

Arguments

raster

Raster object with the camera file

Value

The function returns a raster stack object with three layers: L*,a* and b*


bmjesus/hyperfish documentation built on May 30, 2022, 4:04 p.m.