Package boofcv.core.image
Class FactoryGImageGray.GSingleBase<T extends ImageGray<T>>
java.lang.Object
boofcv.core.image.FactoryGImageGray.GSingleBase<T>
- All Implemented Interfaces:
GImageGray
- Direct Known Subclasses:
FactoryGImageGray.GSingle_F32
,FactoryGImageGray.GSingle_F64
,FactoryGImageGray.GSingleBaseInt
- Enclosing class:
- FactoryGImageGray
public abstract static class FactoryGImageGray.GSingleBase<T extends ImageGray<T>>
extends Object
implements GImageGray
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface boofcv.core.image.GImageGray
get, getF, getImageType, isFloatingPoint, set, set, unsafe_getD, unsafe_getF
-
Field Details
-
image
-
-
Constructor Details
-
GSingleBase
-
-
Method Details
-
wrap
- Specified by:
wrap
in interfaceGImageGray
-
getWidth
public int getWidth()- Specified by:
getWidth
in interfaceGImageGray
-
getHeight
public int getHeight()- Specified by:
getHeight
in interfaceGImageGray
-
getImage
- Specified by:
getImage
in interfaceGImageGray
-