Interface ConnectedComponentsConfigOrBuilder (0.17.0)

public interface ConnectedComponentsConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getWeightThreshold()

public abstract float getWeightThreshold()

Threshold used for connected components. Default value is 0.85.

float weight_threshold = 1;

Returns
TypeDescription
float

The weightThreshold.