apply normalization function over the combination of capture and reference SpatRasters using terra spatial dataset.
Usage
create_normalized_raster(
capture = capture,
whiteref = whiteref,
darkref = darkref,
fun = normalization,
...
)
See also
Other Normalization:
create_reference_raster()
,
normalization()
,
raster_crop()