heightRel: Relative height

Description Usage Arguments See Also Examples

View source: R/heightRel.r

Description

Calculates the relative height h for a given disparity p and (incidence) angles.

h \approx \frac{p}{\cot θ_{i_2} - \cot θ_{i_1}}

Usage

1
heightRel(p, theta1, theta2)

Arguments

p

disparity height.

theta1

angle.

theta2

angle.

See Also

disparityMapExpected

Examples

1
plot((c(35:45)/360*2*pi), disparity(10, (c(35:45)/360*2*pi), 45/360*2*pi), type='l')

ragram documentation built on May 2, 2019, 4:42 p.m.