Uses of Class
boofcv.struct.image.GrayI
Package
Description
-
Uses of GrayI in boofcv.abst.transform.wavelet.impl
Modifier and TypeClassDescriptionclass
WaveletTransformInt<T extends GrayI<T>>
Implementation ofWaveletTransform
forGrayI
. -
Uses of GrayI in boofcv.alg.border
Modifier and TypeClassDescriptionstatic class
GrowBorderSB.SB_I_S32<T extends GrayI<T>,
PixelArray> -
Uses of GrayI in boofcv.alg.disparity.block
Modifier 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
-
Uses of GrayI in boofcv.alg.feature.detect.edge.impl
Modifier 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
Modifier 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
-
Uses of GrayI in boofcv.alg.filter.kernel
-
Uses of GrayI in boofcv.alg.interpolate.impl
Modifier and TypeClassDescriptionclass
ImplPolynomialPixel_I<T extends GrayI<T>>
Implementation ofPolynomialPixel
. -
Uses of GrayI in boofcv.alg.segmentation.cc
Modifier and TypeClassDescriptionclass
ConnectedNaiveSpeckleFiller_Int<T extends GrayI<T>>
Naive implementation of connected-component based speckle filler. -
Uses of GrayI in boofcv.alg.sfm
Modifier and TypeClassDescriptionstatic class
DepthSparse3D.I<T extends GrayI<T>>
Implementation forGrayI
. -
Uses of GrayI in boofcv.alg.transform.wavelet.impl
Modifier 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
-
Uses of GrayI in boofcv.core.image.border
Modifier 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) -
Uses of GrayI in boofcv.factory.filter.convolve
Modifier and TypeClassDescriptionstatic class
FactoryConvolveSparse.Convolve2D_I32<T extends GrayI<T>>
-
Uses of GrayI in boofcv.factory.transform.wavelet
Modifier 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
Modifier and TypeMethodDescriptionstatic BufferedImage
VisualizeImageData.grayUnsigned
(GrayI src, BufferedImage dst, int normalize) -
Uses of GrayI in boofcv.misc
-
Uses of GrayI in boofcv.struct.border
Modifier 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
Modifier and TypeClassDescriptionclass
Base class for all integer images.Modifier 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.