Intel IPP Integration Wrappers Developer Guide and Reference

ID 751823
Date 1/18/2023
Public
Document Table of Contents

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

The pBorderSize pointer is NULL.