Package boofcv.core.image
Class FactoryGImageGray.GSingleBorder<T extends ImageBorder>
java.lang.Object
boofcv.core.image.FactoryGImageGray.GSingleBorder<T>
- All Implemented Interfaces:
GImageGray
- Direct Known Subclasses:
FactoryGImageGray.Border_F32
,FactoryGImageGray.Border_F64
,FactoryGImageGray.Border_S32
- Enclosing class:
- FactoryGImageGray
public abstract static class FactoryGImageGray.GSingleBorder<T extends ImageBorder>
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
-
GSingleBorder
-
-
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
-