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 TypeClassDescriptionclassWaveletTransformInt<T extends GrayI<T>>Implementation ofWaveletTransformforGrayI. -
Uses of GrayI in boofcv.alg.border
Classes in boofcv.alg.border with type parameters of type GrayIModifier and TypeClassDescriptionstatic classGrowBorderSB.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 classBlockRowScore.ArrayS32_BS32<T extends GrayI<T>,ImageData> static classBlockRowScoreCensus.CensusArrayS32_B32<T extends GrayI<T>,ImageData> static classBlockRowScoreSad.SadArrayS32<T extends GrayI<T>,ImageData> static classSparseScoreRectifiedCensus.S32<T extends GrayI<T>>Computes census score for transformed images of type S32static classSparseScoreRectifiedCensus.S64<T extends GrayI<T>>Computes census score for transformed images of type S64static classSparseScoreRectifiedCensus.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 voidImplEdgeNonMaxSuppressionCrude_MT.border4(GrayF32 _intensity, GrayI derivX, GrayI derivY, GrayF32 output) Just processes the image border.static voidImplEdgeNonMaxSuppressionCrude.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 voidImplMedianSortEdgeNaive.process(GrayI input, GrayI output, int radiusX, int radiusY, @Nullable DogArray_I32 workspace) static voidImplMedianSortNaive_MT.process(GrayI input, GrayI output, int radiusX, int radiusY, @Nullable GrowArray<DogArray_I32> workArrays) Performs a median filter.static voidImplMedianSortNaive.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 TypeClassDescriptionclassImplPolynomialPixel_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 TypeClassDescriptionclassConnectedNaiveSpeckleFiller_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 classDepthSparse3D.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 voidImplWaveletTransformNaive.horizontal(BorderIndex1D border, WlCoef_I32 coefficients, GrayI input, GrayI output) Performs a single level wavelet transform along the horizontal axis.static voidImplWaveletTransformNaive.horizontalInverse(BorderIndex1D border, WlBorderCoef<WlCoef_I32> inverseCoef, GrayI input, GrayI output) Performs a single level inverse wavelet transform along the horizontal axis.static voidImplWaveletTransformNaive.vertical(BorderIndex1D border, WlCoef_I32 coefficients, GrayI input, GrayI output) Performs a single level wavelet transform along the vertical axis.static voidImplWaveletTransformNaive.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 classFactoryConvolveSparse.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 BufferedImageVisualizeImageData.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 TypeClassDescriptionclassImageBorder_S32<T extends GrayI<T>>Child ofImageBorderforGrayI.classImageBorder1D_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 TypeClassDescriptionclassBase class for all integer images.Subclasses of GrayI in boofcv.struct.imageModifier and TypeClassDescriptionclassBase class for images with 16-bit pixels.classBase class for images with 8-bit pixels.classImage with a pixel type of signed 16-bit integer.classGray scale image with a pixel type of signed 32-bit integerclassImage with a pixel type of signed 8-bit integer.classImage with a pixel type of unsigned 16-bit integer.classImage with a pixel type of unsigned 8-bit integer.