←Select platform

BinaryFilterCommandPredefined Enumeration

Summary

Represents the predefined binary filter to use.

Syntax

C#
VB
C++
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BinaryFilterCommandPredefined")] 
public enum BinaryFilterCommandPredefined 
  
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BinaryFilterCommandPredefined")> 
Public Enum BinaryFilterCommandPredefined  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BinaryFilterCommandPredefined")] 
public enum class BinaryFilterCommandPredefined : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0ErosionOmniDirectionalShrinks black objects in the image in all directions.
1ErosionHorizontalShrinks black objects in the image horizontally.
2ErosionVerticalShrinks black objects in the image vertically.
3ErosionDiagonalShrinks black objects in the image diagonally.
4DilationOmniDirectionalShrinks black objects in the image in all directions.
5DilationHorizontalEnlarges black objects in the image horizontally.
6DilationVerticalEnlarges black objects in the image vertically.
7DilationDiagonalEnlarges black objects in the image diagonally.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly