Integration Wrappers for Intel® Integrated Performance Primitives Developer Guide and Reference 2019
IW_DECL(IppStatus) iwiFilterMorphology_GetBorderSize(
IwiMorphologyType morphType,
IwiSize maskSize,
IwiBorderSize *pBorderSize
);
morphType |
Type of the morphological filter. |
maskSize |
Size of the filter mask. |
pBorderSize |
Pointer to the border size structure. |
This function calculates the border size for the morphological filtering.
ippStsNoErr |
No errors. |
ippStsNotSupportedModeErr |
Specified combination of parameters' values is not supported. |
ippStsNullPtrErr |
The pBorderSize pointer is NULL. |