Uses of Interface
boofcv.core.image.GImageGray
Packages that use GImageGray
Package
Description
-
Uses of GImageGray in boofcv.alg.background
Fields in boofcv.alg.background declared as GImageGray -
Uses of GImageGray in boofcv.alg.background.moving
Fields in boofcv.alg.background.moving declared as GImageGrayModifier and TypeFieldDescriptionprotected GImageGray
BackgroundMovingBasic_SB_MT.inputWrapper
protected GImageGray
BackgroundMovingBasic_SB.inputWrapper
protected final GImageGray
BackgroundMovingGaussian_SB_MT.inputWrapper
protected final GImageGray
BackgroundMovingGaussian_SB.inputWrapper
-
Uses of GImageGray in boofcv.alg.background.stationary
Fields in boofcv.alg.background.stationary declared as GImageGrayModifier and TypeFieldDescriptionprotected GImageGray
BackgroundStationaryBasic_SB_MT.inputWrapper
protected GImageGray
BackgroundStationaryBasic_SB.inputWrapper
protected GImageGray
BackgroundStationaryGaussian_SB_MT.inputWrapper
protected GImageGray
BackgroundStationaryGaussian_SB.inputWrapper
-
Uses of GImageGray in boofcv.alg.interpolate
Methods in boofcv.alg.interpolate with parameters of type GImageGrayModifier and TypeMethodDescriptionvoid
ImageLineIntegral.setImage
(GImageGray image) Specify input image. -
Uses of GImageGray in boofcv.alg.shapes.edge
Fields in boofcv.alg.shapes.edge declared as GImageGray -
Uses of GImageGray in boofcv.core.image
Classes in boofcv.core.image that implement GImageGrayModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
FactoryGImageGray.GSingleBase<T extends ImageGray<T>>
static class
FactoryGImageGray.GSingleBaseInt<T extends ImageGray<T>>
static class
FactoryGImageGray.GSingleBorder<T extends ImageBorder>
class
GImageGrayDistorted<T extends ImageGray<T>>
Implementation ofGImageGray
that applies aPixelTransform
theninterpolates
to get the pixel's value.Methods in boofcv.core.image that return GImageGrayModifier and TypeMethodDescriptionstatic GImageGray
static GImageGray
FactoryGImageGray.wrap
(ImageBorder image) static GImageGray
static GImageGray
FactoryGImageGray.wrap
(ImageGray image, GImageGray output) Methods in boofcv.core.image with parameters of type GImageGrayModifier and TypeMethodDescriptionstatic GImageGray
FactoryGImageGray.wrap
(ImageGray image, GImageGray output) Constructors in boofcv.core.image with parameters of type GImageGray