User Tools

Site Tools


metric_convex_hull_across_frames

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
metric_convex_hull_across_frames [2025/10/06 18:58] – [Example: 2D convex hull] wikisysopmetric_convex_hull_across_frames [2025/10/06 19:52] (current) – [Example: 3D convex hull] wikisysop
Line 94: Line 94:
  
 ====Example: 3D convex hull==== ====Example: 3D convex hull====
 +In this example **Metric Compute Volume of a Convex Hull Across Frames** is used to find the volume occupied by an individual's thorax segment between events as defined in the workspace. 
  
 +The pipeline command is as follows:
 +
 +<code>
 +Metric_Compute_Volume_of_a_Convex_Hull_Across_Frames
 +/SIGNAL_TYPES=TARGET
 +! /SIGNAL_FOLDER=ORIGINAL
 +/SIGNAL_NAMES=CLAV+STRN+CV7+T10+RSHO+LSHO
 +! /RESULT_FOLDER=PROCESSED
 +/RESULT_NAME=Upper_Thorax_Volume
 +/NUMBER_OF_DIMENSIONS=3
 +/COMPONENT_SEQUENCE=ALL
 +! /REQUIRE_ALL_SIGNALS=TRUE
 +! /START_FRAME=
 +! /END_FRAME=
 +/EVENT_SEQUENCE=EVENT1+EVENT2
 +! /EXCLUDE_EVENTS=
 +;
 +</code>
 +
 +Here a 3 dimensional hull is used as the resulting metric will represent a 3 dimensional structure in space. The resulting metric value represents the approximate volume of the space that the upper thorax segment travels through between the events listed:
 +
 +{{:thorax_volume.png|}}
 ====Additional Resources:==== ====Additional Resources:====
 [[https://www.cis.upenn.edu/~jean/gbooks/new281-282.pdf|Delaunay Triangulation]]\\ [[https://www.cis.upenn.edu/~jean/gbooks/new281-282.pdf|Delaunay Triangulation]]\\
 [[https://www.geeksforgeeks.org/dsa/convex-hull-algorithm/|Convex Hull Algorithm]] [[https://www.geeksforgeeks.org/dsa/convex-hull-algorithm/|Convex Hull Algorithm]]
  
metric_convex_hull_across_frames.1759777135.txt.gz · Last modified: by wikisysop