Filtering Structures and Enumerators
IwiDerivativeType
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
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;