newFishEye: Generate a new FishEye.

Description Usage Arguments Details Value See Also Examples

Description

Helper function to generate a FishEye needed to fill the slot fisheye of a CanopyPhoto.

Usage

1
2
3
4
5
6
7
newFishEye(up, leveled, fullframe)

## S4 method for signature 'logical,logical,logical'
newFishEye(up, leveled, fullframe)

## S4 method for signature 'missing,missing,missing'
newFishEye(up, leveled, fullframe)

Arguments

up

missing or logical. Set as TRUE if the photograph was taken looking up.

leveled

missing or logical. Set as TRUE if the camera was leveled and therefore its optical axis was aligned with a perfect vertical.

fullframe

missing or logical. Set as TRUE if all the pixels of the photograph have data. For circular fisheye, with hundreds of no-data pixels, set as FALSE.

Details

A call to newFishEye() returns the prototype for FishEye.

Value

FishEye.

See Also

loadPhoto.

Examples

1
2

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