boofcv.struct.image
Class GrayF<T extends GrayF>
- java.lang.Object
-
- boofcv.struct.image.ImageBase<T>
-
- boofcv.struct.image.ImageGray<T>
-
- boofcv.struct.image.GrayF<T>
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public abstract class GrayF<T extends GrayF> extends ImageGray<T>
Base class for images with float pixels.
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ImageDataTypegetDataType()Returns image type information-
Methods inherited from class boofcv.struct.image.ImageBase
_createNew, clone, createSameShape, getHeight, getImageType, getIndex, getStartIndex, getStride, getWidth, indexToPixel, isInBounds, isSubimage, setHeight, setStartIndex, setStride, setWidth, subimage
-
-
-
-
Method Detail
-
getDataType
public ImageDataType getDataType()
Description copied from class:ImageGrayReturns image type information- Specified by:
getDataTypein classImageGray<T extends GrayF>- Returns:
- The type of image.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG