trackJR_refpoint: trackJR_refpoint

Description Usage Arguments Value Examples

View source: R/trackJR_refpoint.R

Description

Funtcion to generate reference points for analyze tracking in batch mode.

Usage

1
trackJR_refpoint(listBatch)

Arguments

listBatch

The 'list' object for generate referent point for each video.

Value

The function add an object called "refpoint" for each video in the 'list'.

Examples

1
2
3
mypathDir<-"C:/Users/test" # write the string without last bar "/"
trackdata<-trackJR_Batch(mypathDir)
trackJR_refpoint(trackdata)

Gdlv/trackJR documentation built on June 24, 2021, 2:06 p.m.