enum GstAnalyticsKeypointDimensions#
GstAnalyticsKeypointDimensions: @GST_ANALYTICS_KEYPOINT_DIMENSIONS_2D: keypoints in 2D space with (x,y) coordinates. @GST_ANALYTICS_KEYPOINT_DIMENSIONS_3D: keypoints in 3D space with (x,y,z) coordinates.
Enum value describing supported keypoint dimension.
#include <gstanalyticskeypointsmtd.h> enum GstAnalyticsKeypointDimensions { GST_ANALYTICS_KEYPOINT_DIMENSIONS_2D = 2, GST_ANALYTICS_KEYPOINT_DIMENSIONS_3D = 3, };