calcDiameter: Calculate diameter corresponding to a circular fisheye...

Description Usage Arguments Value Examples

Description

Calculate diameter corresponding to a circular fisheye photography.

Usage

1
2
3
4
calcDiameter(x, pix, angle)

## S4 method for signature 'LensPolyCoef'
calcDiameter(x, pix, angle)

Arguments

x

LensPolyCoef.

pix

todo

angle

todo

Value

numeric.

Examples

1
2
3
4
5
6
7
# Nikon D50 Fisheye Nikkor 10.5 mm lens
lens <- lensPolyCoef(c(0.71553, 0.01146, -0.03928))

angle <- asAngle(c(53))
pix <- c(1202)

calcDiameter(lens, pix, angle)

GastonMauroDiaz/caiman documentation built on Jan. 22, 2022, 4:43 a.m.