←Select platform

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

Leadtools.Mrc Assembly