ExtractGlimpseV2.Options

public static class ExtractGlimpseV2.Options

Optional attributes for ExtractGlimpseV2

Public Methods

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

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.