public abstract class GrayF<T extends GrayF> extends ImageGray<T>
Base class for images with float pixels.
| Modifier | Constructor and Description |
|---|---|
protected |
GrayF() |
protected |
GrayF(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
ImageDataType |
getDataType()
Returns image type information
|
_getData, _setData, reshape, setTo, subimage_createNew, clone, createSameShape, getHeight, getImageType, getIndex, getStartIndex, getStride, getWidth, indexToPixel, isInBounds, isSubimage, setHeight, setStartIndex, setStride, setWidth, subimagepublic ImageDataType getDataType()
ImageGraygetDataType in class ImageGray<T extends GrayF>