Google Cloud Ai Platform V1 Client - Class BlurBaselineConfig (0.10.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client 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

Generated from protobuf message google.cloud.aiplatform.v1.BlurBaselineConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ max_blur_sigma float

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.

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.

Generated from protobuf field float max_blur_sigma = 1;

Returns
TypeDescription
float

setMaxBlurSigma

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.

Generated from protobuf field float max_blur_sigma = 1;

Parameter
NameDescription
var float
Returns
TypeDescription
$this