←Select platform

ContourFilterCommandType Enumeration

Summary

This enumeration controls the resulting image by telling the method what process to complete before returning.

Syntax

C#
VB
C++
public enum ContourFilterCommandType   
Public Enum ContourFilterCommandType  
    
    
public enum class ContourFilterCommandType   

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly