←Select platform

BinaryFilterCommandPredefined Enumeration

Summary

Enumerated values that represent the predefined binary filter to use.

Syntax
C#
VB
Objective-C
C++
Java
public enum BinaryFilterCommandPredefined   
Public Enum BinaryFilterCommandPredefined  
typedef NS_ENUM(NSInteger, LTBinaryFilterCommandPredefined) 
public enum BinaryFilterCommandPredefined 
public enum class BinaryFilterCommandPredefined   

Members
ValueMemberDescription
0ErosionOmniDirectional Shrinks black objects in the image in all directions.
1ErosionHorizontal Shrinks black objects in the image horizontally.
2ErosionVertical Shrinks black objects in the image vertically.
3ErosionDiagonal Shrinks black objects in the image diagonally.
4DilationOmniDirectional Shrinks black objects in the image in all directions.
5DilationHorizontal Enlarges black objects in the image horizontally.
6DilationVertical Enlarges black objects in the image vertically.
7DilationDiagonal Enlarges black objects in the image diagonally.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly