display_caim: Dysplay a canopy image

View source: R/display_caim.R

display_caimR Documentation

Dysplay a canopy image

Description

Wrapper function for EBImage::display()

Usage

display_caim(caim = NULL, bin = NULL, g = NULL)

Arguments

caim

SpatRaster, such as the output of read_caim() or read_caim_raw(), or a single layer raster such as the output of enhance_caim().

bin

description

g

description

Value

No return value. Called for side effects

See Also

Other Tool Functions: calc_oor_index(), calc_spherical_distance(), colorfulness(), correct_vignetting(), defuzzify(), extract_dn(), extract_feature(), extract_rel_radiance(), extract_sky_points(), extract_sun_coord(), find_sky_pixels(), masking(), optim_dist_to_black(), optim_normalize(), percentage_of_clipped_highlights(), read_bin(), read_caim(), read_caim_raw(), read_ootb_sky_model(), sor_filter(), vicinity_filter(), write_bin(), write_caim(), write_ootb_sky_model()

Examples

## Not run: 
caim <- read_caim()
z <- zenith_image(ncol(caim), lens())
r <- normalize_minmax(caim$Blue)
g <- rings_segmentation(z, 30)
bin <- regional_thresholding(r, g,
                             method = "thr_isodata")
display_caim(caim, bin, g)

## End(Not run)

GastonMauroDiaz/rcaiman documentation built on April 14, 2025, 9:39 a.m.