View source: R/rasterfunctions.R
lab_raster | R Documentation |
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)
lab_raster(raster)
raster |
Raster object with the camera file |
The function returns a raster stack object with three layers: L*,a* and b*
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.