声明了实现 Crop Scaler 算法的函数。 更多...
#include "../Export.h"
#include "../ImageFormat.h"
#include "../Status.h"
#include "../Types.h"
#include <stdint.h>
函数 | |
VPIStatus | vpiCreateCropScaler (uint64_t backends, int maxFrames, int maxObjects, VPIPayload *payload) |
为 Crop Scale 算法创建负载实例。 更多... | |
VPIStatus | vpiSubmitCropScalerBatch (VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage *frameList, int32_t numFrames, VPIArray objects, int32_t patchWidth, int32_t patchHeight, VPIImage outPatches) |
从输入帧中裁剪矩形区域并将它们全部缩放到相同的尺寸。 更多... | |
声明了实现 Crop Scaler 算法的函数。
在文件 CropScaler.h 中定义。