Cloud AI Platform v1 API - Class BlurBaselineConfig (2.27.0)

public sealed class BlurBaselineConfig : IMessage<BlurBaselineConfig>, IEquatable<BlurBaselineConfig>, IDeepCloneable<BlurBaselineConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class BlurBaselineConfig.

Config for blur baseline.

When enabled, a linear path from the maximally blurred image to the input image is created. Using a blurred baseline instead of zero (black image) is motivated by the BlurIG approach explained here: https://arxiv.org/abs/2004.03383

Inheritance

object > BlurBaselineConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

BlurBaselineConfig()

public BlurBaselineConfig()

BlurBaselineConfig(BlurBaselineConfig)

public BlurBaselineConfig(BlurBaselineConfig other)
Parameter
NameDescription
otherBlurBaselineConfig

Properties

MaxBlurSigma

public float MaxBlurSigma { get; set; }

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.

Property Value
TypeDescription
float