VPI - Vision Programming Interface

1.2 Release

MorphologicalFilter.h File Reference

Declares functions to perform image morphological filtering with binary kernels. More...

#include "../Export.h"
#include "../Status.h"
#include "../Types.h"
#include <stdint.h>
+ Include dependency graph for MorphologicalFilter.h:

Go to the source code of this file.

Functions

VPIStatus vpiSubmitErode (VPIStream stream, uint32_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, uint32_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...
 

Detailed Description

Declares functions to perform image morphological filtering with binary kernels.

Definition in file MorphologicalFilter.h.