User Tools

Site Tools


metric_convex_hull_across_frames

This is an old revision of the document!


Metric Compute Volume of a Convex Hull Across Frames

Overview

The metric command Compute Volume of a Convex Hull Across Frames can be used to find the area or volume of the convex hull for a dataset across several frames. A convex hull is defined as the smallest convex set containing all of the points in a Euclidian space. It can be visualized in 2 dimensions as a string or rubber band around the perimeter of a set, or in 3 dimensions as shrink wrap enclosing the entire range of data points.

The volume or area of the convex hull of a set can be used to describe the amount of variance in a set or to describe the geometry of the distribution of points.

Pipeline Command

The pipeline command for Compute Volume of a Convex Hull Across Frames can be found in the Metric folder in the Pipeline Workshop and is as so:

Metric_Compute_Volume_of_a_Convex_Hull_Across_Frames
/SIGNAL_TYPES=
! /SIGNAL_FOLDER=ORIGINAL
! /SIGNAL_NAMES=
! /RESULT_FOLDER=PROCESSED
/RESULT_NAME=
! /NUMBER_OF_DIMENSIONS=
! /COMPONENT_SEQUENCE=
! /REQUIRE_ALL_SIGNALS=TRUE
! /START_FRAME=
! /END_FRAME=
! /EVENT_SEQUENCE=
! /EXCLUDE_EVENTS=
;

Command Parameters

The following table shows the command parameters seen above and their descriptions:

SIGNAL_TYPESSpecify the signal type
SIGNAL_FOLDERSpecify the origin folder
SIGNAL_NAMESSpecify the Signal to be used
RESULT_FOLDERThe name of the result signal folder
RESULT_NAMEThe name of the result signal
NUMBER_OF_DIMENSIONSNumber of dimensions the hull will be computed for (2 or 3)
COMPONENT_SEQUENCESpecify the Signal components to be used (e.g. X + Y + Z or 0 + 1 + 2 etc)
REQUIRE_ALL_SIGNALSTrue or False: require all signals to exist
/START_FRAME= The frame at which to start recording data.
END_FRAME= The frame at which to stop recording data.
EVENT_SEQUENCEA list of events (separated by “+” signs). For example, LHS+RTO
EXCLUDE_EVENTSIf this event occurs before the first and last event, do not computed a metric

Dialog

The command can be edited in a text editor or in a dialog form. To edit in the dialog pop up form either click on the Edit button in the pipeline workshop or double-click on the pipeline command. The dialog is shown below:

The dialog box allows you to assign values to the command parameters outlined above

Example: 2D convex hull

Example: 3D convex hull

Additional Resources:

metric_convex_hull_across_frames.1759774573.txt.gz · Last modified: by wikisysop