VPI - 视觉编程接口

3.2 版本

CropScaler.h 文件参考

声明了实现 Crop Scaler 算法的函数。 更多...

#include "../Export.h"
#include "../ImageFormat.h"
#include "../Status.h"
#include "../Types.h"
#include <stdint.h>
+ CropScaler.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 中定义。