ycalib: Conversion function for real y coordinates of a falling...

Description Usage Arguments Value Examples

View source: R/ycalib.R

Description

The function converts the image coordinates (x coordinates in the drect view and y coordinates in the mirror view) to real y coordinates in 3-d space

Usage

1
ycalib(dat)

Arguments

dat

A dataframe containing the image coordinates (ym, xd) and the real y coordinates (y.m)

Value

Summary result of the fitted linear regression model.

Examples

1
2
daty <- read.csv(file = paste0(system.file(package = "velocimeter"),"/extdata/daty.csv"),header = TRUE)
ycalib(dat=daty)

jinleizhu/velocimeter documentation built on Jan. 8, 2022, 1:19 a.m.