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-03-25 UTC."],[[["The `BlurBaselineConfig` class, part of the Cloud AI Platform v1beta1 API, defines configurations for creating a blurred baseline for image analysis."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, comparison, cloning, and buffering."],["It uses a linear path from a maximally blurred image to the input image, instead of a black image baseline, as suggested by the BlurIG approach."],["`BlurBaselineConfig` includes a `MaxBlurSigma` property, which represents the standard deviation for the blur kernel, with a default of a zero baseline if not specified."],["There are two constructors provided in this class.One takes in no parameters while the second takes in a parameter of `BlurBaselineConfig`."]]],[]]