Description Usage Arguments Value Examples
Track cleaning function to solve points in problems. Points selected will have the last previous correct position tracked.
1 | trackJR_clean(trackJRgg)
|
trackJRgg |
The function need the trackJR_ggplot generated to select the point. |
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.
1 2 3 4 5 | #'mypathDirandFile<-"C:/Users/test/vid.mp4"
dataT<-trackJR(mypathDirandFile)
graf<-trackJR_ggplot(mypathDirandFile,dataT)
new_dataT<-trackJR_clean(graf)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.