User Tools

Site Tools


visual3d:documentation:pipeline:metric_commands:metric_golf_swing_plane

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
visual3d:documentation:pipeline:metric_commands:metric_golf_swing_plane [2024/07/12 13:30] – removed sgrangervisual3d:documentation:pipeline:metric_commands:metric_golf_swing_plane [2024/09/12 18:57] (current) wikisysop
Line 1: Line 1:
 +====== Metric Golf Swing Plane ======
 +
 +The golf swing plane is defined as the best fit plane to a time series of points of a TARGET or LANDMARK, usually defined within an event sequence.
 +
 +The purpose of the event sequence is to allow the computation of different planes through the swing. For example, a plane during takeaway.
 +
 +<code>
 +Metric_Golf_Swing_Plane
 +/SIGNAL_TYPES=TARGET 
 +SIGNAL_NAMES=CLUB 
 +/SIGNAL_FOLDER=ORIGINAL
 +/RESULT_NAME=STANCE_CLUB
 +/RESULT_FOLDER=GOLF
 +/EVENT_SEQUENCE=TAKEAWAY+BACK
 +! /EXCLUDE_EVENTS=
 +;
 +</code>
 +
 +or a plane at the beginning of the backswing.
 +
 +<code>
 +Metric_Golf_Swing_Plane
 +/SIGNAL_TYPES=TARGET
 +/SIGNAL_NAMES=CLUB
 +! /SIGNAL_FOLDER=ORIGINAL
 +/RESULT_NAME=SWING_CLUB
 +/RESULT_FOLDER=GOLF
 +/EVENT_SEQUENCE=TOP+DOWN
 +! /EXCLUDE_EVENTS=
 +;
 +</code>
 +
 +The dialog for this command is:
 +
 +{{:SwingPlaneDialog.jpg}}
 +
 +\\
 +To display the two swing planes use the command Highlight_Golf_Features:
 +<code>
 +Highlight_Golf_Features
 +! /CALIBRATION_FILE=
 +! /X_FACTOR=RPV::X+RTA::X
 +CLUB_PATH=TARGET::ORIGINAL::CLUB
 +! /BALL_PATH=TARGET::ORIGINAL::BALL
 +/STANCE_PLANE=METRIC::GOLF::STANCE_CLUB
 +/SWING_PLANE=METRIC::GOLF::SWING_CLUB
 +/HIGHLIGHT_X_FACTOR=TRUE
 +/HIGHLIGHT_CLUB_PATH=TRUE
 +/HIGHLIGHT_BALL_PATH=TRUE
 +/HIGHLIGHT_STANCE_PLANE=TRUE
 +/HIGHLIGHT_SWING_PLANE=TRUE
 +;
 +</code>
 +{{:GolfHighlightsDialog.jpg}}
 +
 +\\
 +Given the dataset, it has been difficult to generalize a good view of the swing planes. One image is below.
 +
 +{{:SwingPlaneImage.jpg}}
 +
 +
  
visual3d/documentation/pipeline/metric_commands/metric_golf_swing_plane.1720791010.txt.gz · Last modified: 2024/07/12 13:30 by sgranger