LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

BinaryFilterCommandPredefined Enumeration

Show in webframe







Enumerated values that represent the predefined binary filter to use.
Syntax
public enum BinaryFilterCommandPredefined : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum BinaryFilterCommandPredefined 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As BinaryFilterCommandPredefined
public enum BinaryFilterCommandPredefined : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTBinaryFilterCommandPredefined
public enum BinaryFilterCommandPredefined
Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined = function() { };
Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined.prototype = {
ErosionOmniDirectional = 0x00000000, ErosionHorizontal = 0x00000001, ErosionVertical = 0x00000002, ErosionDiagonal = 0x00000003, DilationOmniDirectional = 0x00000004, DilationHorizontal = 0x00000005, DilationVertical = 0x00000006, DilationDiagonal = 0x00000007, };
public enum class BinaryFilterCommandPredefined : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000ErosionOmniDirectionalShrinks black objects in the image in all directions.
0x00000001ErosionHorizontalShrinks black objects in the image horizontally.
0x00000002ErosionVerticalShrinks black objects in the image vertically.
0x00000003ErosionDiagonalShrinks black objects in the image diagonally.
0x00000004DilationOmniDirectionalShrinks black objects in the image in all directions.
0x00000005DilationHorizontalEnlarges black objects in the image horizontally.
0x00000006DilationVerticalEnlarges black objects in the image vertically.
0x00000007DilationDiagonalEnlarges black objects in the image diagonally.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Effects.BinaryFilterCommandPredefined

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.