Visible to Intel only — GUID: GUID-4EC50DE2-1A44-4C8B-A279-E1F8F9EDD3DF
Visible to Intel only — GUID: GUID-4EC50DE2-1A44-4C8B-A279-E1F8F9EDD3DF
iwiFilterBox
class IwiFilterBoxParams: public ::IwiFilterBoxParams
{
public:
IW_BASE_PARAMS_CONSTRUCTORS(IwiFilterBoxParams, iwiFilterBox_SetDefaultParams)
IwiFilterBoxParams(IwiChDescriptor _chDesc = iwiChDesc_None);
};
IW_DECL_CPP(IppStatus) iwiFilterBox(
const IwiImage &srcImage,
IwiImage &dstImage,
IwiSize kernel,
const IwiFilterBoxParams &auxParams = IwiFilterBoxParams(),
const IwiBorderType &border = ippBorderRepl,
const IwiTile &tile = IwiTile()
)
srcImage |
Reference to the source image. |
||||||||
dstImage |
Reference to the destination image. |
||||||||
kernel |
Size of the filter kernel. |
||||||||
auxParams |
Reference to the auxiliary parameters structure. |
||||||||
border |
Extrapolation algorithm for out of image pixels processing. Supported values:
|
||||||||
tile |
Reference to the IwiTile structure for tiling. By default, no tiling is applied. |
Argument | Default Value | Description |
---|---|---|
chDesc |
iwiChDesc_None |
Special channels processing mode. |
This function performs box filtering of an image.
This function supports the following features:
Feature | Support |
---|---|
Data types | 8u, 16u, 16s, 32f |
Channel types | C1, C3, C4, C4M1110 |
In-place mode | No |
64-bit sizes | No |
Internal threading | No |
Manual tiling | Yes |
IwsTile simple tiling | Yes |
IwsTile pipeline tiling | Yes |
ippStsNoErr |
No errors. |
ippStsBorderErr |
The border value is illegal. |
ippStsDataTypeErr |
The dataType value is illegal. |
ippStsNumChannelsErr |
The value for channels is illegal. |
ippStsNotEvenStepErr |
The step value is not divisible by size of elements. |
ippStsNotSupportedModeErr |
The selected function mode is not supported. |
ippStsInplaceModeNotSupportedErr |
In-place operation is not supported: pSrc is equal to pDst. |
ippStsNullPtrErr |
At least one of the pointers (except pTile) is NULL. |
Did you find the information on this page useful?
Feedback Message
Characters remaining: