56 #ifndef NV_VPI_ALGORITHMS_GAUSSIAN_PYRAMID_H
57 #define NV_VPI_ALGORITHMS_GAUSSIAN_PYRAMID_H
59 #include "../Export.h"
60 #include "../Status.h"
VPIStatus vpiSubmitGaussianPyramidGenerator(VPIStream stream, uint64_t backend, VPIImage input, VPIPyramid output, VPIBorderExtension border)
从输入图像计算高斯金字塔。
struct VPIImageImpl * VPIImage
图像的句柄。
struct VPIPyramidImpl * VPIPyramid
图像金字塔的句柄。
struct VPIStreamImpl * VPIStream
流的句柄。
VPIBorderExtension
图像边界扩展指定应如何构建图像域外部的像素值。