trackJR_clean: trackJR_clean

Description Usage Arguments Value Examples

Description

Track cleaning function to solve points in problems. Points selected will have the last previous correct position tracked.

Usage

1
trackJR_clean(trackJRgg)

Arguments

trackJRgg

The function need the trackJR_ggplot generated to select the point.

Value

The function return two object. A new data frame with points corrected at it previous frame for each point in problems. Also a data frame called "points_in_problem" is created.

Examples

1
2
3
4
5
#'mypathDirandFile<-"C:/Users/test/vid.mp4"
dataT<-trackJR(mypathDirandFile)
graf<-trackJR_ggplot(mypathDirandFile,dataT)

new_dataT<-trackJR_clean(graf)

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