getHeight method

int getHeight()

Gets the image height.

Throws StateError if the TensorImage never loads data. and ArgumentError if the container data is corrupted.

Implementation

int getHeight() => height;