LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

ContourFilterCommandType Enumeration

Show in webframe







This enumeration controls the resulting image by telling the method what process to complete before returning.
Syntax
public enum ContourFilterCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ContourFilterCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ContourFilterCommandType
public enum ContourFilterCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.Effects.ContourFilterCommandType = function() { };
Leadtools.ImageProcessing.Effects.ContourFilterCommandType.prototype = {
Thin = 0x00000000, LinkBlackWhite = 0x00000001, LinkGray = 0x00000002, LinkColor = 0x00000003, ApproxColor = 0x00000004, };
public enum class ContourFilterCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000Thinreturn after the thinning algorithm.
0x00000001LinkBlackWhitereturn after contour linking, using only black and white.
0x00000002LinkGrayreturn after contour linking, using 256 grayscale.
0x00000003LinkColorreturn after contour linking, using colors.
0x00000004ApproxColorreturn after line segment approximation, using colors.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Effects Namespace

 

 


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