Uses of Class
boofcv.struct.image.GrayI
Packages that use GrayI
Package
Description
-
Uses of GrayI in boofcv.abst.transform.wavelet.impl
Classes in boofcv.abst.transform.wavelet.impl with type parameters of type GrayIModifier and TypeClassDescriptionclass
WaveletTransformInt<T extends GrayI<T>>
Implementation ofWaveletTransform
forGrayI
. -
Uses of GrayI in boofcv.alg.border
Classes in boofcv.alg.border with type parameters of type GrayIModifier and TypeClassDescriptionstatic class
GrowBorderSB.SB_I_S32<T extends GrayI<T>,
PixelArray> -
Uses of GrayI in boofcv.alg.disparity.block
Classes in boofcv.alg.disparity.block with type parameters of type GrayIModifier and TypeClassDescriptionstatic class
BlockRowScore.ArrayS32_BS32<T extends GrayI<T>,
ImageData> static class
BlockRowScoreCensus.CensusArrayS32_B32<T extends GrayI<T>,
ImageData> static class
BlockRowScoreSad.SadArrayS32<T extends GrayI<T>,
ImageData> static class
SparseScoreRectifiedCensus.S32<T extends GrayI<T>>
Computes census score for transformed images of type S32static class
SparseScoreRectifiedCensus.S64<T extends GrayI<T>>
Computes census score for transformed images of type S64static class
SparseScoreRectifiedCensus.U8<T extends GrayI<T>>
Computes census score for transformed images of type U8 -
Uses of GrayI in boofcv.alg.enhance.impl
Methods in boofcv.alg.enhance.impl with parameters of type GrayI -
Uses of GrayI in boofcv.alg.feature.detect.edge.impl
Methods in boofcv.alg.feature.detect.edge.impl with parameters of type GrayIModifier and TypeMethodDescriptionstatic void
ImplEdgeNonMaxSuppressionCrude_MT.border4
(GrayF32 _intensity, GrayI derivX, GrayI derivY, GrayF32 output) Just processes the image border.static void
ImplEdgeNonMaxSuppressionCrude.border4
(GrayF32 _intensity, GrayI derivX, GrayI derivY, GrayF32 output) Just processes the image border. -
Uses of GrayI in boofcv.alg.filter.blur.impl
Methods in boofcv.alg.filter.blur.impl with parameters of type GrayIModifier and TypeMethodDescriptionstatic void
ImplMedianSortEdgeNaive.process
(GrayI input, GrayI output, int radiusX, int radiusY, @Nullable DogArray_I32 workspace) static void
ImplMedianSortNaive_MT.process
(GrayI input, GrayI output, int radiusX, int radiusY, @Nullable GrowArray<DogArray_I32> workArrays) Performs a median filter.static void
ImplMedianSortNaive.process
(GrayI input, GrayI output, int radiusX, int radiusY, @Nullable GrowArray<DogArray_I32> workArrays) Performs a median filter. -
Uses of GrayI in boofcv.alg.filter.derivative.impl
Methods in boofcv.alg.filter.derivative.impl with parameters of type GrayI -
Uses of GrayI in boofcv.alg.filter.kernel
Methods in boofcv.alg.filter.kernel with parameters of type GrayI -
Uses of GrayI in boofcv.alg.interpolate.impl
Classes in boofcv.alg.interpolate.impl with type parameters of type GrayIModifier and TypeClassDescriptionclass
ImplPolynomialPixel_I<T extends GrayI<T>>
Implementation ofPolynomialPixel
. -
Uses of GrayI in boofcv.alg.segmentation.cc
Classes in boofcv.alg.segmentation.cc with type parameters of type GrayIModifier and TypeClassDescriptionclass
ConnectedNaiveSpeckleFiller_Int<T extends GrayI<T>>
Naive implementation of connected-component based speckle filler. -
Uses of GrayI in boofcv.alg.sfm
Classes in boofcv.alg.sfm with type parameters of type GrayIModifier and TypeClassDescriptionstatic class
DepthSparse3D.I<T extends GrayI<T>>
Implementation forGrayI
. -
Uses of GrayI in boofcv.alg.transform.wavelet.impl
Methods in boofcv.alg.transform.wavelet.impl with parameters of type GrayIModifier and TypeMethodDescriptionstatic void
ImplWaveletTransformNaive.horizontal
(BorderIndex1D border, WlCoef_I32 coefficients, GrayI input, GrayI output) Performs a single level wavelet transform along the horizontal axis.static void
ImplWaveletTransformNaive.horizontalInverse
(BorderIndex1D border, WlBorderCoef<WlCoef_I32> inverseCoef, GrayI input, GrayI output) Performs a single level inverse wavelet transform along the horizontal axis.static void
ImplWaveletTransformNaive.vertical
(BorderIndex1D border, WlCoef_I32 coefficients, GrayI input, GrayI output) Performs a single level wavelet transform along the vertical axis.static void
ImplWaveletTransformNaive.verticalInverse
(BorderIndex1D border, WlBorderCoef<WlCoef_I32> inverseCoef, GrayI input, GrayI output) Performs a single level inverse wavelet transform along the vertical axis. -
Uses of GrayI in boofcv.core.image
Classes in boofcv.core.image with type parameters of type GrayIFields in boofcv.core.image declared as GrayIMethods in boofcv.core.image with parameters of type GrayIConstructors in boofcv.core.image with parameters of type GrayI -
Uses of GrayI in boofcv.core.image.border
Methods in boofcv.core.image.border with type parameters of type GrayIModifier and TypeMethodDescriptionstatic <T extends GrayI<T>>
ImageBorder1D_S32<T>FactoryImageBorderAlgs.extend
(T image) static <T extends GrayI<T>>
ImageBorder1D_S32<T>FactoryImageBorderAlgs.reflect
(T image) static <T extends GrayI<T>>
ImageBorder1D_S32<T>FactoryImageBorderAlgs.wrap
(T image) Methods in boofcv.core.image.border with parameters of type GrayI -
Uses of GrayI in boofcv.factory.filter.convolve
Classes in boofcv.factory.filter.convolve with type parameters of type GrayIModifier and TypeClassDescriptionstatic class
FactoryConvolveSparse.Convolve2D_I32<T extends GrayI<T>>
-
Uses of GrayI in boofcv.factory.transform.wavelet
Methods in boofcv.factory.transform.wavelet with type parameters of type GrayIModifier and TypeMethodDescriptionstatic <T extends GrayI<T>>
WaveletTransform<T,GrayS32, WlCoef_I32> FactoryWaveletTransform.create_I
(WaveletDescription<WlCoef_I32> waveletDesc, int numLevels, int minPixelValue, int maxPixelValue, Class<T> imageType) Creates a wavelet transform for images that are derived fromGrayI
. -
Uses of GrayI in boofcv.gui.image
Methods in boofcv.gui.image with parameters of type GrayIModifier and TypeMethodDescriptionstatic BufferedImage
VisualizeImageData.grayUnsigned
(GrayI src, BufferedImage dst, int normalize) -
Uses of GrayI in boofcv.misc
Methods in boofcv.misc with parameters of type GrayI -
Uses of GrayI in boofcv.struct.border
Classes in boofcv.struct.border with type parameters of type GrayIModifier and TypeClassDescriptionclass
ImageBorder_S32<T extends GrayI<T>>
Child ofImageBorder
forGrayI
.class
ImageBorder1D_S32<T extends GrayI<T>>
Image border is handled independently along each axis by changing the indexes so that it references a pixel inside the image. -
Uses of GrayI in boofcv.struct.image
Classes in boofcv.struct.image with type parameters of type GrayIModifier and TypeClassDescriptionclass
Base class for all integer images.Subclasses of GrayI in boofcv.struct.imageModifier and TypeClassDescriptionclass
Base class for images with 16-bit pixels.class
Base class for images with 8-bit pixels.class
Image with a pixel type of signed 16-bit integer.class
Gray scale image with a pixel type of signed 32-bit integerclass
Image with a pixel type of signed 8-bit integer.class
Image with a pixel type of unsigned 16-bit integer.class
Image with a pixel type of unsigned 8-bit integer.