Declares functions to perform image morphological filtering with binary kernels. More...
Go to the source code of this file.
Functions | |
VPIStatus | vpiSubmitErode (VPIStream stream, uint64_t backend, VPIImage input, VPIImage output, const int8_t *kernelData, int32_t kernelWidth, int32_t kernelHeight, VPIBorderExtension border) |
Runs a 2D erode over an image. More... | |
VPIStatus | vpiSubmitDilate (VPIStream stream, uint64_t backend, VPIImage input, VPIImage output, const int8_t *kernelData, int32_t kernelWidth, int32_t kernelHeight, VPIBorderExtension border) |
Runs a 2D dilate over an image. More... | |
Declares functions to perform image morphological filtering with binary kernels.
Definition in file MorphologicalFilter.h.