RSEEsegment: RSEEsegment - performs segmentation to lingering and...

Description Usage Arguments Value

View source: R/Segmentation.R

Description

RSEEsegment - performs segmentation to lingering and progression

Usage

1
2
RSEEsegment(object, initial.n.gauss = 2, which.intersect = 0,
  min.length.motion.seg = 2, user.permission = F)

Arguments

object

list of results from RSEEsmooth

initial.n.gauss

number of initial Gaussians to fit (recommended 2)

which.intersect

if zero, returns the intersection between the leftmost and the rightmost Gaussians. In case of two Gaussians, just the intersection between them) In case of more than two Gaussians, the user can choose which one (from left to right)

min.length.motion.seg

minimum length (in frames) of motions segments to use for segmentation

user.permission

if TRUE the user gets to verify the segmentation results,

Value

object - updates input list "object" with the following components:

progression.lingering

an additional data frame including start and end time of each segment, prog - 1 if progression, 0 if lingering. entry - in which entry was the segment performed

motion.segments

updated to include classification to lingering and progression (prog = 0 or 1)

info

updated to include velocity.threshold.cm.s - the velocity threshold between lingering and progression (cm/s, non transformed)


tfrostig/RSEE documentation built on Feb. 5, 2020, 5:42 p.m.