iwiFilterMorphology_GetBorderSize
iwiFilterMorphology_GetBorderSize
Syntax
IW_DECL(IppStatus) iwiFilterMorphology_GetBorderSize(
IwiMorphologyType morphType,
IwiSize maskSize,
IwiBorderSize *pBorderSize
);
Parameters
- morphType
- Type of the morphological filter.
- maskSize
- Size of the filter mask.
- pBorderSize
- Pointer to the border size structure.
Description
This function calculates the border size for the morphological filtering.
Return Values
- ippStsNoErr
- No errors.
- ippStsNotSupportedModeErr
- Specified combination of parameters' values is not supported.
- ippStsNullPtrErr
- ThepBorderSizepointer isNULL.