struct GstAnalyticsKeypoint#
GstAnalyticsKeypoint : @x: zero-based absolute x pixel coordinate of a keypoint relative to image upper-left corner. @y: zero-based absolute y pixel coordinate of a keypoint relative to image upper-left corner. @z: normalized depth coordinate of a keypoint, relative to keypoint group center (use 0.0f for 2D keypoints). @v: visibility of a kepoint, normalized <0.0f - not visible, 1.0f - fully visible>.
#include <gstanalyticskeypointsmtd.h> struct GstAnalyticsKeypoint { // fields guint x; guint y; gfloat z; gfloat v; };