public sealed class BlurBaselineConfig : IMessage<BlurBaselineConfig>, IEquatable<BlurBaselineConfig>, IDeepCloneable<BlurBaselineConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 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
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This documentation covers the `BlurBaselineConfig` class within the Google Cloud AI Platform v1beta1 API, specifically for .NET development."],["The `BlurBaselineConfig` class is used to configure a blur baseline, which creates a linear path from a maximally blurred image to the input image, as an alternative to a zero baseline, following the BlurIG approach."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It includes a `MaxBlurSigma` property, a float that defines the standard deviation of the blur kernel for the blurred baseline, and defaults to zero if not specified."],["There are two constructors, one being the standard parameterless, and the other taking another `BlurBaselineConfig` class as a parameter."]]],[]]