18 #ifndef _NVDS_MAKS_UTILS_H_
19 #define _NVDS_MAKS_UTILS_H_
21 #include <cuda_runtime.h>
59 uint32_t src_width, uint32_t src_height,
60 uint32_t dst_width, uint32_t dst_height,
61 uint32_t channel,
float threshold,
62 uint32_t argb32_px, uint32_t interpolation,
93 uint32_t src_width, uint32_t src_height,
94 uint32_t dst_width, uint32_t dst_height,
95 uint32_t channel,
float threshold,
96 uint32_t interpolation,
bool nvds_mask_utils_resize_to_binary_argb32(float *src, uint32_t *dst, uint32_t src_width, uint32_t src_height, uint32_t dst_width, uint32_t dst_height, uint32_t channel, float threshold, uint32_t argb32_px, uint32_t interpolation, cudaStream_t stream)
resize FP32 Tensor and apply threshold to create INT32 binary tensor Output INT32 tensor pixels are a...
bool nvds_mask_utils_resize_to_binary_uint8(float *src, uint8_t *dst, uint32_t src_width, uint32_t src_height, uint32_t dst_width, uint32_t dst_height, uint32_t channel, float threshold, uint32_t interpolation, cudaStream_t stream)
resize FP32 Tensor and apply threshold to create INT8 binary tensor Output INT8 tensor pixels are ass...