Show / Hide Table of Contents

Class Enums.OperationMorphology

Morphological operations.

Inheritance
System.Object
Enums.OperationMorphology
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public static class OperationMorphology
Remarks

See Morph(Image, String).

Fields

| Improve this Doc View Source

Dilate

true if one set.

Declaration
public const string Dilate = "dilate"
Field Value
Type Description
System.String
| Improve this Doc View Source

Erode

true if all set.

Declaration
public const string Erode = "erode"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX