CWIMAQGrayMorphOperations Enumeration
CWIMAQGrayMorphOperations are the constants for the Operation parameter of the GrayMorphology method.
You can use the following constants with this data type:
- cwimaqGrayMorphAutoMedian—Auto-median.
- cwimaqGrayMorphClose—A dilation followed by an erosion.
- cwimaqGrayMorphDilate—Dilation.
- cwimaqGrayMorphErode—Erosion.
- cwimaqGrayMorphOpen—An erosion followed by a dilation.
- cwimaqGrayMorphPClose—Proper closing. A succession of seven closings and openings.
- cwimaqGrayMorphPOpen—Proper opening. A succession of seven openings and closings.