Represents a labeled image.
Wraps a byte array, where a byte is a color channel value.
VectorizedImage that indexed as follows: The pixel value for (x, y, channelIdx) is at channelIdx + x*numChannels + y*numChannels*xDim.
VectorizedImage that is indexed as follows: The pixel value for (x, y, channelIdx) is at y + x*yDim + channelIdx*yDim*xDim
A wrapper trait for images that might be stored in various ways.
Contains metadata about the storage format of an image.
A labeled image.
A multilabeled image.
Wraps a double array.
VectorizedImage which is indexed as follows: The pixel value for (x, y, channelIdx) is at x + y*xDim + channelIdx*xDim*yDim.
Helper trait for implementing Images that wrap vectorized representations of images.
Provides conversions between MLlib vectors & matrices, and Breeze vectors & matrices
A collection of utilities useful for matrices.