public sealed class BlurBaselineConfig : IMessage<BlurBaselineConfig>, IEquatable<BlurBaselineConfig>, IDeepCloneable<BlurBaselineConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-03-21 UTC."],[[["This documentation details the `BlurBaselineConfig` class, part of the Vertex AI v1beta1 API within the `Google.Cloud.AIPlatform.V1Beta1` namespace, used for configuring blur baselines."],["The `BlurBaselineConfig` class, which implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is designed to create a linear path from a maximally blurred image to the original image."],["The class offers two constructors, a default constructor `BlurBaselineConfig()` and a copy constructor `BlurBaselineConfig(BlurBaselineConfig other)` for cloning existing instances."],["`BlurBaselineConfig` has a property, `MaxBlurSigma`, a float value that is the standard deviation of the blur kernel for the blurred baseline, defaulting to a zero baseline if not set."],["When enabled, a linear path from the maximally blurred image to the input image is created, as motivated by the BlurIG approach."]]],[]]