zcalib: Conversion function for real z coordinates of a falling...

Description Usage Arguments Value Examples

View source: R/zcalib.R

Description

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

Usage

1
zcalib(dat)

Arguments

dat

A dataframe containing the image coordinates (zd, zm) and the real z coordinates (z.m)

Value

Summary result of the fitted linear regression model.

Examples

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

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