GStreamer element to crop the regions of incoming tensor. More...
Go to the source code of this file.
Classes | |
struct | GstTensorCropPadData |
GstTensorCrop pad data. More... | |
struct | _GstTensorCrop |
GstTensorCrop data structure. More... | |
struct | _GstTensorCropClass |
GstTensorCropClass data structure. More... | |
Macros | |
#define | GST_TYPE_TENSOR_CROP (gst_tensor_crop_get_type()) |
#define | GST_TENSOR_CROP(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_CROP,GstTensorCrop)) |
#define | GST_TENSOR_CROP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_CROP,GstTensorCropClass)) |
#define | GST_IS_TENSOR_CROP(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_CROP)) |
#define | GST_IS_TENSOR_CROP_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_CROP)) |
Typedefs | |
typedef struct _GstTensorCrop | GstTensorCrop |
typedef struct _GstTensorCropClass | GstTensorCropClass |
Functions | |
GType | gst_tensor_crop_get_type (void) |
Function to get type of tensor_crop. More... | |
GStreamer element to crop the regions of incoming tensor.
Copyright (C) 2021 Samsung Electronics Co., Ltd.
Definition in file gsttensor_crop.h.
#define GST_IS_TENSOR_CROP | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TENSOR_CROP)) |
Definition at line 28 of file gsttensor_crop.h.
#define GST_IS_TENSOR_CROP_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TENSOR_CROP)) |
Definition at line 30 of file gsttensor_crop.h.
#define GST_TENSOR_CROP | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TENSOR_CROP,GstTensorCrop)) |
Definition at line 24 of file gsttensor_crop.h.
#define GST_TENSOR_CROP_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_TENSOR_CROP,GstTensorCropClass)) |
Definition at line 26 of file gsttensor_crop.h.
#define GST_TYPE_TENSOR_CROP (gst_tensor_crop_get_type()) |
Definition at line 22 of file gsttensor_crop.h.
typedef struct _GstTensorCrop GstTensorCrop |
Definition at line 33 of file gsttensor_crop.h.
typedef struct _GstTensorCropClass GstTensorCropClass |
Definition at line 34 of file gsttensor_crop.h.
GType gst_tensor_crop_get_type | ( | void | ) |
Function to get type of tensor_crop.