iwiFilterMorphology_GetBorderSize
iwiFilterMorphology_GetBorderSize
Syntax
IW_DECL_CPP(IwiBorderSize) iwiFilterMorphology_GetBorderSize(
IwiMorphologyType morphType,
IwiSize maskSize
)
Parameters
- morphType
- Type of the morphological filter.
- maskSize
- Size of the filter mask.
Description
This function calculates the border size for the morphological filtering.
Exception Values
- ippStsNotSupportedModeErr
- Specified combination of parameters' values is not supported.
- ippStsNullPtrErr
- ThepBorderSizepointer isNULL.