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