ExtractGlimpse.Options

public static class ExtractGlimpse.Options

Optional attributes for ExtractGlimpse

Public Methods

ExtractGlimpse.Options
centered(Boolean centered)
ExtractGlimpse.Options
noise(String noise)
ExtractGlimpse.Options
normalized(Boolean normalized)
ExtractGlimpse.Options
uniformNoise(Boolean uniformNoise)

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 ExtractGlimpse.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 ExtractGlimpse.Options noise (String noise)

Parameters
noise indicates if the noise should `uniform`, `gaussian`, or `zero`. The default is `uniform` which means the the noise type will be decided by `uniform_noise`.

public ExtractGlimpse.Options normalized (Boolean normalized)

Parameters
normalized indicates if the offset coordinates are normalized.

public ExtractGlimpse.Options uniformNoise (Boolean uniformNoise)

Parameters
uniformNoise indicates if the noise should be generated using a uniform distribution or a Gaussian distribution.