Interface BlurBaselineConfigOrBuilder (3.42.0)

public interface BlurBaselineConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxBlurSigma()

public abstract float getMaxBlurSigma()

The standard deviation of the blur kernel for the blurred baseline. The same blurring parameter is used for both the height and the width dimension. If not set, the method defaults to the zero (i.e. black for images) baseline.

float max_blur_sigma = 1;

Returns
TypeDescription
float

The maxBlurSigma.