SEB_Swath_Width | R Documentation |
This function uses a horizonal viewing angle from SEB_Viewing_Angles to estimate the horizontal area viewed by a stareo camera at a set range. Typically this is used to compute the area swepte along a survey transect at a median range of objects that were observed. This method is based on Rooper et al 2016.
SEB_Swath_Width(horizontal_AOV, range_distance)
range_distance |
the range at which to calculate the horizontal distance viewed |
horizonal_AOV |
a horizontal viewing angle calculated from SEB_Viewing_Angles function or other source |
swath<-SEB_Swath_Width(angles$horizontal_AOV, median(target_data$range,na.rm=TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.