oa::ImageBatch

— uniform batch of images

Public Methods

const oa::Matrix & oa::ImageBatch::asMatrix()
oa::Matrix & oa::ImageBatch::asMatrix()
oa::I32 oa::ImageBatch::batchSize()
oa::I32 oa::ImageBatch::channels()
ImageFormat oa::ImageBatch::format()
oa::ScalarType oa::ImageBatch::getDtype()
oa::I32 oa::ImageBatch::height()
bool oa::ImageBatch::isEmpty()
ImageLayout oa::ImageBatch::layout()
bool oa::ImageBatch::validate()
oa::I32 oa::ImageBatch::width()

Constructor & Destructor Documentation

oa::ImageBatch::ImageBatch()
No public source comment is attached to this declaration.
oa::ImageBatch::ImageBatch( oa::Matrix inData, ImageLayout inLayout, ImageFormat inFormat )
No public source comment is attached to this declaration.

Parameters

inData
oa::Matrix

inLayout
ImageLayout

inFormat
ImageFormat

Public Method Documentation

const oa::Matrix & oa::ImageBatch::asMatrix()
No public source comment is attached to this declaration.

Returns

const oa::Matrix &

The declared return value.

oa::Matrix & oa::ImageBatch::asMatrix()
No public source comment is attached to this declaration.

Returns

oa::Matrix &

The declared return value.

oa::I32 oa::ImageBatch::batchSize()
No public source comment is attached to this declaration.

Returns

oa::I32

The declared return value.

oa::I32 oa::ImageBatch::channels()
No public source comment is attached to this declaration.

Returns

oa::I32

The declared return value.

ImageFormat oa::ImageBatch::format()
No public source comment is attached to this declaration.

Returns

ImageFormat

The declared return value.

oa::ScalarType oa::ImageBatch::getDtype()
No public source comment is attached to this declaration.

Returns

oa::ScalarType

The declared return value.

oa::I32 oa::ImageBatch::height()
No public source comment is attached to this declaration.

Returns

oa::I32

The declared return value.

bool oa::ImageBatch::isEmpty()
No public source comment is attached to this declaration.

Returns

bool

The declared return value.

ImageLayout oa::ImageBatch::layout()
No public source comment is attached to this declaration.

Returns

ImageLayout

The declared return value.

bool oa::ImageBatch::validate()
No public source comment is attached to this declaration.

Returns

bool

The declared return value.

oa::I32 oa::ImageBatch::width()
No public source comment is attached to this declaration.

Returns

oa::I32

The declared return value.