ImageTransformer

Undocumented in source.

Constructors

this
this(BatchIterator imageDataset, size_t jitterX, size_t jitterY, bool flipX, bool flipY, size_t[] folds)
Undocumented in source.

Members

Functions

finished
bool finished()
Undocumented in source. Be warned that the author may not have intended to support it.
getBatch
void getBatch(float[][] batchData)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
restart
void restart()
Undocumented in source. Be warned that the author may not have intended to support it.
shape
size_t[][] shape()
Undocumented in source. Be warned that the author may not have intended to support it.
volume
size_t[] volume()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mDataset
BatchIterator mDataset;
Undocumented in source.
mFlipX
bool mFlipX;
Undocumented in source.
mFlipY
bool mFlipY;
Undocumented in source.
mJitterX
size_t mJitterX;
Undocumented in source.
mJitterY
size_t mJitterY;
Undocumented in source.
mPadded
float[] mPadded;
Undocumented in source.

Inherited Members

From BatchIterator

shape
size_t[][] shape()
Undocumented in source.
volume
size_t[] volume()
Undocumented in source.
length
size_t length()
Undocumented in source.
getBatch
void getBatch(float[][] batchData)
Undocumented in source.
finished
bool finished()
Undocumented in source.
restart
void restart()
Undocumented in source.

Meta