Interface BlurBaselineConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BlurBaselineConfig, BlurBaselineConfig.Builder

@Generated public interface BlurBaselineConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    The standard deviation of the blur kernel for the blurred baseline.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getMaxBlurSigma

      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:
      The maxBlurSigma.