Intel IPP Integration Wrappers Developer Guide and Reference

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

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

The pBorderSize pointer is NULL.