PvaMorphologyMaskParamsRec#
Defined in public/src/operator/include/OpMorphology.h
-
struct PvaMorphologyMaskParamsRec#
Morphology mask size and shape parameters.
Public Members
-
int32_t maskWidth#
Width of the mask to use (default 5).
-
int32_t maskHeight#
Width of the mask to use (default 5).
-
MorphologyMaskType maskShape#
Shape of the mask to use (default rectangle).
-
int32_t maskWidth#