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
A handle to an image.
VPIStatus vpiSubmitLaplacianPyramidGenerator(VPIStream stream, uint64_t backend, VPIImage input, VPIPyramid output, VPIPyramid gaussianPyr, VPIBorderExtension border)
Computes the Laplacian pyramid from the input 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.