←Select platform

CombineThreshold Property

Summary

Threshold value used to merge segments.

Syntax

C#
VB
C++
public int CombineThreshold { get; set; } 
  
Public Property CombineThreshold As Integer 
public: 
property int CombineThreshold { 
   int get(); 
   void set (    int ); 
} 

Property Value

Best values are from 75 to 125.

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