View source: R/read_ootb_sky_model.R
read_ootb_sky_model | R Documentation |
write_ootb_sky_model()
Read files writen by write_ootb_sky_model()
read_ootb_sky_model(name, z, a)
name |
Character vector of length one. File name without extension. If
needed, a file path can be added to the names. For example:
|
z |
SpatRaster built with |
a |
SpatRaster built with |
An object of the class list similar to the output of
ootb_fit_cie_sky_model()
.
Other Tool Functions:
calc_oor_index()
,
calc_spherical_distance()
,
colorfulness()
,
correct_vignetting()
,
defuzzify()
,
display_caim()
,
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()
,
sor_filter()
,
vicinity_filter()
,
write_bin()
,
write_caim()
,
write_ootb_sky_model()
## Not run:
caim <- read_caim()
z <- zenith_image(ncol(caim), lens())
a <- azimuth_image(z)
path <- system.file("external/ootb_sky.txt", package = "rcaiman")
ootb_sky <- read_ootb_sky_model(gsub(".txt", "", path), z, a)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.