Visible to Intel only — GUID: GUID-053D6213-78AA-4DD1-91D0-67B4BD375626
Filtering Structures and Enumerators
IwiDerivativeType
Enumerator of the derivative operator type:
typedef enum _IwiDerivativeType
{
iwDerivHorFirst = 0, // Horizontal first derivative
iwDerivHorSecond, // Horizontal second derivative
iwDerivVerFirst, // Vertical first derivative
iwDerivVerSecond, // Vertical second derivative
iwDerivNVerFirst // Negative vertical first derivative
} IwiDerivativeType;
IwiMorphologyType
Enumerator of the morphology operator type:
typedef enum _IwiMorphologyType
{
iwiMorphErode = 0, // Erode morphology operation
iwiMorphDilate, // Dilate morphology operation
iwiMorphOpen, // Open morphology operation
iwiMorphClose, // Close morphology operation
iwiMorphTophat, // Tophat morphology operation
iwiMorphBlackhat, // Blackhat morphology operation
iwiMorphGradient // Gradient morphology operation
} IwiMorphologyType;
Parent topic: Filtering Functions