Morphology Methods

CVB.Net Documentation

The Morphology type exposes the following members.

Methods

  NameDescription
Public methodStatic memberClose(Image, Image)
Perform a close operation with a custom filter mask.
Public methodStatic memberClose(Image, MorphologyMask, Size2D)
Perform a close operation with a selectable filter mask.
Public methodStatic memberClose(Image, Image, Point2D)
Perform a close operation with a custom filter mask.
Public methodStatic memberClose(Image, MorphologyMask, Size2D, Point2D)
Perform a close operation with a selectable filter mask.
Public methodStatic memberDilate(Image, Image)
Perform an dilation operation with a custom filter mask.
Public methodStatic memberDilate(Image, MorphologyMask, Size2D)
Perform an dilation operation with a selectable filter mask.
Public methodStatic memberDilate(Image, Image, Point2D)
Perform an dilation operation with a custom filter mask.
Public methodStatic memberDilate(Image, MorphologyMask, Size2D, Point2D)
Perform an dilation operation with a selectable filter mask.
Public methodStatic memberDistanceTransform
This function calculates (and writes into the output image) the distance to the closest pixel in the source image with the value zero for all nonzero pixels in the input image. Distance is calculated approximatively using a set of principal distances, that is governed by the MaskSize parameter and the distance norm.
Public methodStatic memberErode(Image, Image)
Performs an erosion operation with a custom filter mask.
Public methodStatic memberErode(Image, MorphologyMask, Size2D)
Perform an erosion operation with a selectable filter mask.
Public methodStatic memberErode(Image, Image, Point2D)
Performs an erosion operation with a custom filter mask.
Public methodStatic memberErode(Image, MorphologyMask, Size2D, Point2D)
Perform an erosion operation with a selectable filter mask.
Public methodStatic memberOpen(Image, Image)
Perform an open operation with a custom filter mask.
Public methodStatic memberOpen(Image, MorphologyMask, Size2D)
Perform an open operation with a selectable filter mask.
Public methodStatic memberOpen(Image, Image, Point2D)
Perform an open operation with a custom filter mask.
Public methodStatic memberOpen(Image, MorphologyMask, Size2D, Point2D)
Perform an open operation with a selectable filter mask.
Top
See Also

Reference