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 GImageGrayBackgroundMovingBasic_SB_MT.inputWrapperprotected GImageGrayBackgroundMovingBasic_SB.inputWrapperprotected final GImageGrayBackgroundMovingGaussian_SB_MT.inputWrapperprotected final GImageGrayBackgroundMovingGaussian_SB.inputWrapper -
Uses of GImageGray in boofcv.alg.background.stationary
Fields in boofcv.alg.background.stationary declared as GImageGrayModifier and TypeFieldDescriptionprotected GImageGrayBackgroundStationaryBasic_SB_MT.inputWrapperprotected GImageGrayBackgroundStationaryBasic_SB.inputWrapperprotected GImageGrayBackgroundStationaryGaussian_SB_MT.inputWrapperprotected GImageGrayBackgroundStationaryGaussian_SB.inputWrapper -
Uses of GImageGray in boofcv.alg.interpolate
Methods in boofcv.alg.interpolate with parameters of type GImageGrayModifier and TypeMethodDescriptionvoidImageLineIntegral.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 classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classFactoryGImageGray.GSingleBase<T extends ImageGray<T>>static classFactoryGImageGray.GSingleBaseInt<T extends ImageGray<T>>static classFactoryGImageGray.GSingleBorder<T extends ImageBorder>classGImageGrayDistorted<T extends ImageGray<T>>Implementation ofGImageGraythat applies aPixelTransformtheninterpolatesto get the pixel's value.Methods in boofcv.core.image that return GImageGrayModifier and TypeMethodDescriptionstatic GImageGraystatic GImageGrayFactoryGImageGray.wrap(ImageBorder image) static GImageGraystatic GImageGrayFactoryGImageGray.wrap(ImageGray image, GImageGray output) Methods in boofcv.core.image with parameters of type GImageGrayModifier and TypeMethodDescriptionstatic GImageGrayFactoryGImageGray.wrap(ImageGray image, GImageGray output) Constructors in boofcv.core.image with parameters of type GImageGray