←Select platform

ContourFilterCommandType Enumeration

Summary
This enumeration controls the resulting image by telling the method what process to complete before returning.
Syntax
C#
C++/CLI
Python
public enum ContourFilterCommandType   
public enum class ContourFilterCommandType   
class ContourFilterCommandType(Enum): 
   Thin = 0 
   LinkBlackWhite = 1 
   LinkGray = 2 
   LinkColor = 3 
   ApproxColor = 4 
Members
ValueMemberDescription
0Thin return after the thinning algorithm.
1LinkBlackWhite return after contour linking, using only black and white.
2LinkGray return after contour linking, using 256 grayscale.
3LinkColor return after contour linking, using colors.
4ApproxColor return after line segment approximation, using colors.
Requirements

Target Platforms

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

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.