public static class
ExtractGlimpseV2.Options
Optional attributes for ExtractGlimpseV2
Public Methods
ExtractGlimpseV2.Options |
centered(Boolean centered)
|
ExtractGlimpseV2.Options |
noise(String noise)
|
ExtractGlimpseV2.Options |
normalized(Boolean normalized)
|
ExtractGlimpseV2.Options |
uniformNoise(Boolean uniformNoise)
|
Inherited Methods
Public Methods
public ExtractGlimpseV2.Options centered (Boolean centered)
Parameters
centered | indicates if the offset coordinates are centered relative to the image, in which case the (0, 0) offset is relative to the center of the input images. If false, the (0,0) offset corresponds to the upper left corner of the input images. |
---|
public ExtractGlimpseV2.Options noise (String noise)
Parameters
noise | indicates if the noise should `uniform`, `gaussian`, or `zero`. The default is `uniform` which means the noise type will be decided by `uniform_noise`. |
---|
public ExtractGlimpseV2.Options normalized (Boolean normalized)
Parameters
normalized | indicates if the offset coordinates are normalized. |
---|
public ExtractGlimpseV2.Options uniformNoise (Boolean uniformNoise)
Parameters
uniformNoise | indicates if the noise should be generated using a uniform distribution or a Gaussian distribution. |
---|