struct GstAnalyticsKeypointPair#

GstAnalyticsKeypointPair : @kp1: index of the first keypoint in a skeleton link. @kp2: index of the second keypoint in a skeleton link.

A pair of keypoints linked in a skeleton.

#include <gstanalyticskeypointsmtd.h>

struct GstAnalyticsKeypointPair {
    // fields

    guint kp1;
    guint kp2;
};