View source: R/fisheye_to_pano.R
fisheye_to_pano | R Documentation |
Fisheye to panoramic (cylindrical projection)
fisheye_to_pano(r, z, a, fun = mean, angle_width = 1)
r |
SpatRaster. A fish-eye image. |
z |
SpatRaster built with |
a |
SpatRaster built with |
fun |
A |
angle_width |
Numeric vector of length one. It should be |
An early version of this function was used in \insertCiteDiaz2021;textualrcaiman.
Other Lens Functions:
azimuth_image()
,
calc_diameter()
,
calc_relative_radius()
,
calc_zenith_colrow()
,
calibrate_lens()
,
crosscalibrate_lens()
,
expand_noncircular()
,
extract_radiometry()
,
fisheye_to_equidistant()
,
lens()
,
test_lens_coef()
,
zenith_image()
## Not run:
caim <- read_caim()
z <- zenith_image(ncol(caim), lens())
a <- azimuth_image(z)
pano <- fisheye_to_pano(caim, z, a)
plotRGB(pano %>% normalize() %>% multiply_by(255))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.