ColorThreshold Property

Summary
Threshold value used to combine colors.
Syntax
C#
VB
C++
public int ColorThreshold { get; set; } 
  
Public Property ColorThreshold As Integer 
public: 
property int ColorThreshold { 
   int get(); 
   void set (    int ); 
} 

Property Value

The best value is 25. Values saturate at 443.

Remarks

Colors that are closer together than this amount will be combined.

Example

Refer to MrcSegmenter example.

Requirements

Target Platforms

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

Leadtools.Mrc Assembly

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