Morphology Functions

This palette contains functions for morphology operation.

Note: An vi icon with yellow background means they work on color images. With gray background means they only work on single channel image. With half yellow and half gray background means they work on both color and single channel image. Others vi icon background are for either examples or high level vis. For controls descriptions, you need to go to the vi in LabVIEW, use help (ctrl+H) and move mouse over the controls to see them.


IVision_CreateStructElementEx.vi

Create a structuring element for morphological operations.

Connector Pane

IVision_CreateStructElementEx.vi


IVision_ReleaseStructElement.vi

Release a structuring element used for morphological operations.

Connector Pane

IVision_ReleaseStructElement.vi


IVision_Dilate.vi

Dilation on a color image means independent transformation of all the channels. This vi will modify the input image content.

Connector Pane

IVision_Dilate.vi


IVision_Erode.vi

Erosion on a color image means independent transformation of all the

channels. If Kernel is NULL, 3x3 rect is used. This vi will modify the input image content.

Connector Pane

IVision_Erode.vi


IVision_AdvancedMorphology.vi

Applies one of the extended morphological operations that are based on erosion and dilation. Operation like open, close, gradient... This vi will modify the source image.

Connector Pane

IVision_AdvancedMorphology.vi