calc_relative_radius {rcaiman}R Documentation

Calculate relative radius

Description

Calculate the relative radius given a zenith angle and lens function. This is known as the projection function.

Usage

calc_relative_radius(angle, lens_coef)

Arguments

angle

Numeric vector. Zenith angles in degrees.

lens_coef

Numeric vector. Polynomial coefficients of the lens projection function. See calibrate_lens().

See Also

Other Lens Functions: azimuth_image(), calc_diameter(), calc_zenith_colrow(), calibrate_lens(), crosscalibrate_lens(), expand_noncircular(), extract_radiometry(), fisheye_to_equidistant(), fisheye_to_pano(), lens(), test_lens_coef(), zenith_image()


[Package rcaiman version 1.2.2 Index]