ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearEdgeMapMethods Enumeration




In This Topic
    ImGearEdgeMapMethods Enumeration
    In This Topic
    Specifies types of edge map operation.
    Syntax
    'Declaration
     
    Public Enum ImGearEdgeMapMethods 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearEdgeMapMethods
    public enum ImGearEdgeMapMethods : System.Enum 
    __value public enum ImGearEdgeMapMethods : public System.Enum 
    public enum class ImGearEdgeMapMethods : public System.Enum 
    Members
    MemberValueDescription
    DIAG_NEG_457Diagonal negative edge map.
    DIAG_POS_456Diagonal positive edge map.
    HORIZONTAL4Horizontal edge map.
    LAPLACIAN3Laplacian edge map.
    LOG8Laplacian of Gaussian edge map.
    PREWITT0Prewitt edge map.
    ROBERTS1Roberts edge map.
    SOBEL2Sobel edge map.
    VERTICAL5Vertical edge map.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Processing.ImGearEdgeMapMethods

    See Also