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)
Computes the Gaussian pyramid from the input image.
struct VPIImageImpl * VPIImage
A handle to an image.
struct VPIPyramidImpl * VPIPyramid
A handle to an image pyramid.
struct VPIStreamImpl * VPIStream
A handle to a stream.
VPIBorderExtension
Image border extension specify how pixel values outside of the image domain should be constructed.