http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Perform advanced morphological transformations using erosion and dilation as basic operations.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Image<TColor, TDepth> MorphologyEx( StructuringElementEx element, CV_MORPH_OP operation, int iterations ) |
Visual Basic |
---|
Public Function MorphologyEx ( _ element As StructuringElementEx, _ operation As CV_MORPH_OP, _ iterations As Integer _ ) As Image(Of TColor, TDepth) |
Visual C++ |
---|
public: Image<TColor, TDepth>^ MorphologyEx( StructuringElementEx^ element, CV_MORPH_OP operation, int iterations ) |
Parameters
- element
- Type: Emgu.CV..::..StructuringElementEx
Structuring element
- operation
- Type: Emgu.CV.CvEnum..::..CV_MORPH_OP
Type of morphological operation
- iterations
- Type: System..::..Int32
Number of times erosion and dilation are applied