Uses of Class
boofcv.struct.border.ImageBorder_S32
Package
Description
-
Uses of ImageBorder_S32 in boofcv.alg.filter.blur
Modifier and TypeMethodDescriptionstatic GrayU16
BlurImageOps.meanB
(GrayU16 input, @Nullable GrayU16 output, int radiusX, int radiusY, @Nullable ImageBorder_S32<GrayU16> binput, @Nullable GrayU16 storage, @Nullable GrowArray<DogArray_I32> workVert) Applies a mean box filter with image borders.static GrayU8
BlurImageOps.meanB
(GrayU8 input, @Nullable GrayU8 output, int radiusX, int radiusY, @Nullable ImageBorder_S32<GrayU8> binput, @Nullable GrayU8 storage, @Nullable GrowArray<DogArray_I32> workVert) Applies a mean box filter with image borders. -
Uses of ImageBorder_S32 in boofcv.alg.filter.convolve
Modifier and TypeMethodDescriptionstatic void
ConvolveImage.convolve
(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, ImageBorder_S32<GrayS16> border) Performs a 2D convolution across the image.static void
ConvolveImage.convolve
(Kernel2D_S32 kernel, GrayS32 input, GrayS32 output, ImageBorder_S32<GrayS32> border) Performs a 2D convolution across the image.static void
ConvolveImage.convolve
(Kernel2D_S32 kernel, GrayU8 input, GrayI16 output, ImageBorder_S32<GrayU8> border) Performs a 2D convolution across the image.static void
ConvolveImage.convolve
(Kernel2D_S32 kernel, GrayU8 input, GrayS32 output, ImageBorder_S32<GrayU8> border) Performs a 2D convolution across the image.static void
ConvolveImageNormalized.convolve
(Kernel2D_S32 kernel, GrayS16 src, GrayI16 dst, ImageBorder_S32<GrayS16> bsrc) Performs a 2D normalized convolution across the image.static void
ConvolveImageNormalized.convolve
(Kernel2D_S32 kernel, GrayS32 src, GrayS32 dst, ImageBorder_S32<GrayS32> bsrc) Performs a 2D normalized convolution across the image.static void
ConvolveImageNormalized.convolve
(Kernel2D_S32 kernel, GrayU16 src, GrayI16 dst, ImageBorder_S32<GrayU16> bsrc) Performs a 2D normalized convolution across the image.static void
ConvolveImageNormalized.convolve
(Kernel2D_S32 kernel, GrayU8 src, GrayI8 dst, ImageBorder_S32<GrayU8> bsrc) Performs a 2D normalized convolution across the image.static int
ConvolveImageSparse.convolve
(Kernel2D_S32 kernel, ImageBorder_S32 input, int x, int y) static void
ConvolveImage.horizontal
(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, ImageBorder_S32<GrayS16> border) Performs a horizontal 1D convolution across the image.static void
ConvolveImage.horizontal
(Kernel1D_S32 kernel, GrayS32 input, GrayS32 output, ImageBorder_S32<GrayS32> border) Performs a horizontal 1D convolution across the image.static void
ConvolveImage.horizontal
(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, ImageBorder_S32<GrayU8> border) Performs a horizontal 1D convolution across the image.static void
ConvolveImage.horizontal
(Kernel1D_S32 kernel, GrayU8 input, GrayS32 output, ImageBorder_S32<GrayU8> border) Performs a horizontal 1D convolution across the image.static void
ConvolveImageMean.horizontal
(GrayS16 input, GrayI16 output, int offset, int length, @Nullable ImageBorder_S32<GrayS16> binput) Performs a horizontal 1D mean box filter.static void
ConvolveImageMean.horizontal
(GrayU16 input, GrayI16 output, int offset, int length, @Nullable ImageBorder_S32<GrayU16> binput) Performs a horizontal 1D mean box filter.static void
ConvolveImageMean.horizontal
(GrayU8 input, GrayI8 output, int offset, int length, @Nullable ImageBorder_S32<GrayU8> binput) Performs a horizontal 1D mean box filter.static void
ConvolveImageNormalized.horizontal
(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, ImageBorder_S32<GrayS16> bsrc) Performs a horizontal 1D normalized convolution across the image.static void
ConvolveImageNormalized.horizontal
(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, ImageBorder_S32<GrayS32> bsrc) Performs a horizontal 1D normalized convolution across the image.static void
ConvolveImageNormalized.horizontal
(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, ImageBorder_S32<GrayU16> bsrc) Performs a horizontal 1D normalized convolution across the image.static void
ConvolveImageNormalized.horizontal
(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, ImageBorder_S32<GrayU8> bsrc) Performs a horizontal 1D normalized convolution across the image.static int
ConvolveImageSparse.horizontal
(Kernel1D_S32 kernel, ImageBorder_S32 input, int x, int y) static void
ConvolveImage.vertical
(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, ImageBorder_S32<GrayS16> border) Performs a vertical 1D convolution across the image.static void
ConvolveImage.vertical
(Kernel1D_S32 kernel, GrayS32 input, GrayS32 output, ImageBorder_S32<GrayS32> border) Performs a vertical 1D convolution across the image.static void
ConvolveImage.vertical
(Kernel1D_S32 kernel, GrayU8 input, GrayI16 output, ImageBorder_S32<GrayU8> border) Performs a vertical 1D convolution across the image.static void
ConvolveImage.vertical
(Kernel1D_S32 kernel, GrayU8 input, GrayS32 output, ImageBorder_S32<GrayU8> border) Performs a vertical 1D convolution across the image.static void
ConvolveImageMean.vertical
(GrayS16 input, GrayI16 output, int offset, int length, @Nullable ImageBorder_S32<GrayS16> binput, @Nullable GrowArray<DogArray_I32> workspaces) Performs a vertical 1D mean box filter.static void
ConvolveImageMean.vertical
(GrayU16 input, GrayI16 output, int offset, int length, @Nullable ImageBorder_S32<GrayU16> binput, @Nullable GrowArray<DogArray_I32> workspaces) Performs a vertical 1D mean box filter.static void
ConvolveImageMean.vertical
(GrayU8 input, GrayI8 output, int offset, int length, @Nullable ImageBorder_S32<GrayU8> binput, @Nullable GrowArray<DogArray_I32> workspaces) Performs a vertical 1D mean box filter.static void
ConvolveImageNormalized.vertical
(Kernel1D_S32 kernel, GrayS16 src, GrayI16 dst, ImageBorder_S32<GrayS16> bsrc) Performs a vertical 1D normalized convolution across the image.static void
ConvolveImageNormalized.vertical
(Kernel1D_S32 kernel, GrayS32 src, GrayS32 dst, ImageBorder_S32<GrayS32> bsrc) Performs a vertical 1D normalized convolution across the image.static void
ConvolveImageNormalized.vertical
(Kernel1D_S32 kernel, GrayU16 src, GrayI16 dst, ImageBorder_S32<GrayU16> bsrc) Performs a vertical 1D normalized convolution across the image.static void
ConvolveImageNormalized.vertical
(Kernel1D_S32 kernel, GrayU8 src, GrayI8 dst, ImageBorder_S32<GrayU8> bsrc) Performs a vertical 1D normalized convolution across the image.static int
ConvolveImageSparse.vertical
(Kernel1D_S32 kernel, ImageBorder_S32 input, int x, int y) -
Uses of ImageBorder_S32 in boofcv.alg.filter.convolve.border
Modifier and TypeMethodDescriptionstatic void
ConvolveJustBorder_General_SB.convolve
(Kernel2D_S32 kernel, ImageBorder_S32 input, GrayI16 output) static void
ConvolveJustBorder_General_SB.convolve
(Kernel2D_S32 kernel, ImageBorder_S32 input, GrayI16 output, int divisor) static void
ConvolveJustBorder_General_SB.convolve
(Kernel2D_S32 kernel, ImageBorder_S32 input, GrayI8 output, int divisor) static void
ConvolveJustBorder_General_SB.convolve
(Kernel2D_S32 kernel, ImageBorder_S32 input, GrayS32 output) static void
ConvolveJustBorder_General_SB.convolve
(Kernel2D_S32 kernel, ImageBorder_S32 input, GrayS32 output, int divisor) static void
ConvolveJustBorder_General_SB.horizontal
(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayI16 output) static void
ConvolveJustBorder_General_SB.horizontal
(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayI16 output, int divisor) static void
ConvolveJustBorder_General_SB.horizontal
(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayI8 output, int divisor) static void
ConvolveJustBorder_General_SB.horizontal
(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayS32 output) static void
ConvolveJustBorder_General_SB.horizontal
(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayS32 output, int divisor) static void
ConvolveJustBorder_General_SB.vertical
(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayI16 output) static void
ConvolveJustBorder_General_SB.vertical
(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayI16 output, int divisor) static void
ConvolveJustBorder_General_SB.vertical
(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayI8 output, int divisor) static void
ConvolveJustBorder_General_SB.vertical
(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayS32 output) static void
ConvolveJustBorder_General_SB.vertical
(Kernel1D_S32 kernel, ImageBorder_S32 input, GrayS32 output, int divisor) -
Uses of ImageBorder_S32 in boofcv.alg.filter.convolve.normalized
Modifier and TypeMethodDescriptionstatic void
ConvolveNormalizedNaive_SB.convolve
(Kernel2D_S32 kernel, GrayS16 input, GrayI16 output, ImageBorder_S32<GrayS16> binput) static void
ConvolveNormalizedNaive_SB.convolve
(Kernel2D_S32 kernel, GrayS32 input, GrayS32 output, ImageBorder_S32<GrayS32> binput) static void
ConvolveNormalizedNaive_SB.convolve
(Kernel2D_S32 kernel, GrayU16 input, GrayI16 output, ImageBorder_S32<GrayU16> binput) static void
ConvolveNormalizedNaive_SB.convolve
(Kernel2D_S32 kernel, GrayU8 input, GrayI8 output, ImageBorder_S32<GrayU8> binput) static void
ConvolveNormalizedNaive_SB.horizontal
(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, ImageBorder_S32<GrayS16> binput) static void
ConvolveNormalizedNaive_SB.horizontal
(Kernel1D_S32 kernel, GrayS32 input, GrayS32 output, ImageBorder_S32<GrayS32> binput) static void
ConvolveNormalizedNaive_SB.horizontal
(Kernel1D_S32 kernel, GrayU16 input, GrayI16 output, ImageBorder_S32<GrayU16> binput) static void
ConvolveNormalizedNaive_SB.horizontal
(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, ImageBorder_S32<GrayU8> binput) static void
ConvolveNormalizedNaive_SB.vertical
(Kernel1D_S32 kernel, GrayS16 input, GrayI16 output, ImageBorder_S32<GrayS16> binput) static void
ConvolveNormalizedNaive_SB.vertical
(Kernel1D_S32 kernel, GrayS32 input, GrayS32 output, ImageBorder_S32<GrayS32> binput) static void
ConvolveNormalizedNaive_SB.vertical
(Kernel1D_S32 kernel, GrayU16 input, GrayI16 output, ImageBorder_S32<GrayU16> binput) static void
ConvolveNormalizedNaive_SB.vertical
(Kernel1D_S32 kernel, GrayU8 input, GrayI8 output, ImageBorder_S32<GrayU8> binput) -
Uses of ImageBorder_S32 in boofcv.alg.filter.derivative
Modifier and TypeMethodDescriptionstatic ImageBorder_S32
GImageDerivativeOps.borderDerivative_I32()
Creates a new instance of the default border for derivatives of integer imagesModifier and TypeMethodDescriptionstatic void
HessianFromGradient.hessianPrewitt
(GrayS16 inputDerivX, GrayS16 inputDerivY, GrayS16 derivXX, GrayS16 derivYY, GrayS16 derivXY, @Nullable ImageBorder_S32 border) Computes the hessian given an image's gradient using a Prewitt operator.static void
HessianFromGradient.hessianSobel
(GrayS16 inputDerivX, GrayS16 inputDerivY, GrayS16 derivXX, GrayS16 derivYY, GrayS16 derivXY, @Nullable ImageBorder_S32 border) Computes the hessian given an image's gradient using a Sobel operator.static void
HessianFromGradient.hessianThree
(GrayS16 inputDerivX, GrayS16 inputDerivY, GrayS16 derivXX, GrayS16 derivYY, GrayS16 derivXY, @Nullable ImageBorder_S32 border) Computes the hessian given an image's gradient using a three derivative operator.static void
DerivativeLaplacian.process
(GrayU8 orig, GrayS16 deriv, @Nullable ImageBorder_S32<GrayU8> border) Computes the Laplacian of input image.static void
GradientPrewitt.process
(GrayS16 orig, GrayS16 derivX, GrayS16 derivY, @Nullable ImageBorder_S32 border) Computes the derivative in the X and Y direction using an integer Prewitt edge detector.static void
GradientPrewitt.process
(GrayU8 orig, GrayS16 derivX, GrayS16 derivY, @Nullable ImageBorder_S32 border) Computes the derivative in the X and Y direction using an integer Prewitt edge detector.static void
GradientScharr.process
(GrayS16 orig, GrayS16 derivX, GrayS16 derivY, @Nullable ImageBorder_S32<GrayS16> border) Computes the derivative in the X and Y direction using an integer Sobel edge detector.static void
GradientScharr.process
(GrayU8 orig, GrayS16 derivX, GrayS16 derivY, @Nullable ImageBorder_S32<GrayU8> border) Computes the derivative in the X and Y direction using an integer Sobel edge detector.static void
GradientSobel.process
(GrayS16 orig, GrayS16 derivX, GrayS16 derivY, @Nullable ImageBorder_S32<GrayS16> border) Computes the derivative in the X and Y direction using an integer Sobel edge detector.static void
GradientSobel.process
(GrayU8 orig, GrayS16 derivX, GrayS16 derivY, @Nullable ImageBorder_S32<GrayU8> border) Computes the derivative in the X and Y direction using an integer Sobel edge detector.static void
GradientThree.process
(GrayS16 orig, GrayS16 derivX, GrayS16 derivY, @Nullable ImageBorder_S32 border) Computes the derivative of anGrayS16
along the x and y axes.static void
GradientThree.process
(GrayU8 orig, GrayS16 derivX, GrayS16 derivY, @Nullable ImageBorder_S32 border) Computes the derivative of anGrayU8
along the x and y axes.static void
GradientThree.process
(GrayU8 orig, GrayS32 derivX, GrayS32 derivY, @Nullable ImageBorder_S32 border) Computes the derivative of anGrayU8
along the x and y axes.static void
GradientTwo0.process
(GrayS16 orig, GrayS16 derivX, GrayS16 derivY, @Nullable ImageBorder_S32 border) Computes the derivative of anGrayS16
along the x and y axes.static void
GradientTwo0.process
(GrayU8 orig, GrayS16 derivX, GrayS16 derivY, @Nullable ImageBorder_S32 border) Computes the derivative of anGrayU8
along the x and y axes.static void
GradientTwo1.process
(GrayS16 orig, GrayS16 derivX, GrayS16 derivY, @Nullable ImageBorder_S32 border) Computes the derivative of anGrayS16
along the x and y axes.static void
GradientTwo1.process
(GrayU8 orig, GrayS16 derivX, GrayS16 derivY, @Nullable ImageBorder_S32 border) Computes the derivative of anGrayU8
along the x and y axes.static void
HessianSobel.process
(GrayU8 orig, GrayS16 derivXX, GrayS16 derivYY, GrayS16 derivXY, @Nullable ImageBorder_S32 border) Computes the image's second derivatives.static void
HessianThree.process
(GrayU8 orig, GrayS16 derivXX, GrayS16 derivYY, GrayS16 derivXY, @Nullable ImageBorder_S32 border) Computes the second derivative of anGrayU8
along the x and y axes.static void
HessianThreeDeterminant.process
(GrayU8 orig, GrayF32 deriv, @Nullable ImageBorder_S32<GrayU8> border) Computes Laplacian on an U8 image but outputs derivative in a F32 image.static void
HessianThreeDeterminant.process
(GrayU8 orig, GrayS16 deriv, @Nullable ImageBorder_S32<GrayU8> border) Computes the Laplacian of input image.static void
DerivativeHelperFunctions.processBorderHorizontal
(GrayS16 orig, GrayS16 deriv, Kernel1D_S32 kernel, ImageBorder_S32 borderType) static void
DerivativeHelperFunctions.processBorderHorizontal
(GrayU8 orig, GrayS16 deriv, Kernel1D_S32 kernel, ImageBorder_S32 borderType) static void
DerivativeHelperFunctions.processBorderHorizontal
(GrayU8 orig, GrayS32 deriv, Kernel1D_S32 kernel, ImageBorder_S32 borderType) static void
DerivativeHelperFunctions.processBorderVertical
(GrayS16 orig, GrayS16 deriv, Kernel1D_S32 kernel, ImageBorder_S32 borderType) static void
DerivativeHelperFunctions.processBorderVertical
(GrayU8 orig, GrayS16 deriv, Kernel1D_S32 kernel, ImageBorder_S32 borderType) static void
DerivativeHelperFunctions.processBorderVertical
(GrayU8 orig, GrayS32 deriv, Kernel1D_S32 kernel, ImageBorder_S32 borderType) -
Uses of ImageBorder_S32 in boofcv.alg.filter.derivative.impl
Modifier and TypeMethodDescriptionstatic void
HessianThreeDeterminant_Border.process
(GrayU8 input, GrayF32 output, ImageBorder_S32<GrayU8> border) static void
HessianThreeDeterminant_Border.process
(GrayU8 input, GrayS16 output, ImageBorder_S32<GrayU8> border) ModifierConstructorDescriptionSpecifies how border pixels are handled.GradientSparseSobel_U8
(ImageBorder_S32<GrayU8> border) Specifies how border pixels are handled.GradientSparseThree_U8
(ImageBorder_S32<GrayU8> border) Specifies how border pixels are handled.GradientSparseTwo0_U8
(ImageBorder_S32<GrayU8> border) Specifies how border pixels are handled.GradientSparseTwo1_U8
(ImageBorder_S32<GrayU8> border) Specifies how border pixels are handled. -
Uses of ImageBorder_S32 in boofcv.alg.misc
Modifier and TypeMethodDescriptionstatic void
ImageMiscOps.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayS32 input, ImageBorder_S32 border, GrayS32 output) Copies a rectangular region from one image into another.static <T extends GrayI16<T>>
voidImageMiscOps.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, T input, ImageBorder_S32<T> border, GrayI16 output) Copies a rectangular region from one image into another.static <T extends GrayI8<T>>
voidImageMiscOps.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, T input, ImageBorder_S32<T> border, GrayI8 output) Copies a rectangular region from one image into another.static void
ImageMiscOps.growBorder
(GrayS32 src, ImageBorder_S32 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayS32 dst) Creates a new image which is a copy of the src image but extended with border pixels.static <T extends GrayI8<T>>
voidImageMiscOps.growBorder
(T src, ImageBorder_S32<T> border, int borderX0, int borderY0, int borderX1, int borderY1, T dst) Creates a new image which is a copy of the src image but extended with border pixels.static <T extends GrayI16<T>>
voidImageMiscOps.growBorder
(T src, ImageBorder_S32<T> border, int borderX0, int borderY0, int borderX1, int borderY1, T dst) Creates a new image which is a copy of the src image but extended with border pixels. -
Uses of ImageBorder_S32 in boofcv.alg.misc.impl
Modifier and TypeMethodDescriptionstatic void
ImplImageMiscOps_MT.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayS32 input, ImageBorder_S32 border, GrayS32 output) static <T extends GrayI16<T>>
voidImplImageMiscOps_MT.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, T input, ImageBorder_S32<T> border, GrayI16 output) static <T extends GrayI8<T>>
voidImplImageMiscOps_MT.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, T input, ImageBorder_S32<T> border, GrayI8 output) static void
ImplImageMiscOps.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, GrayS32 input, ImageBorder_S32 border, GrayS32 output) static <T extends GrayI16<T>>
voidImplImageMiscOps.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, T input, ImageBorder_S32<T> border, GrayI16 output) static <T extends GrayI8<T>>
voidImplImageMiscOps.copy
(int srcX, int srcY, int dstX, int dstY, int width, int height, T input, ImageBorder_S32<T> border, GrayI8 output) static void
ImplImageMiscOps_MT.growBorder
(GrayS32 src, ImageBorder_S32 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayS32 dst) static <T extends GrayI8<T>>
voidImplImageMiscOps_MT.growBorder
(T src, ImageBorder_S32<T> border, int borderX0, int borderY0, int borderX1, int borderY1, T dst) static <T extends GrayI16<T>>
voidImplImageMiscOps_MT.growBorder
(T src, ImageBorder_S32<T> border, int borderX0, int borderY0, int borderX1, int borderY1, T dst) static void
ImplImageMiscOps.growBorder
(GrayS32 src, ImageBorder_S32 border, int borderX0, int borderY0, int borderX1, int borderY1, GrayS32 dst) static <T extends GrayI8<T>>
voidImplImageMiscOps.growBorder
(T src, ImageBorder_S32<T> border, int borderX0, int borderY0, int borderX1, int borderY1, T dst) static <T extends GrayI16<T>>
voidImplImageMiscOps.growBorder
(T src, ImageBorder_S32<T> border, int borderX0, int borderY0, int borderX1, int borderY1, T dst) -
Uses of ImageBorder_S32 in boofcv.alg.transform.census
Modifier and TypeMethodDescriptionstatic void
CensusTransform.dense3x3
(GrayU16 input, GrayU8 output, @Nullable ImageBorder_S32<GrayU16> border) Census transform for local 3x3 region around each pixel.static void
CensusTransform.dense3x3
(GrayU8 input, GrayU8 output, @Nullable ImageBorder_S32<GrayU8> border) Census transform for local 3x3 region around each pixel.static void
CensusTransform.dense5x5
(GrayU16 input, GrayS32 output, @Nullable ImageBorder_S32<GrayU16> border) Census transform for local 5x5 region around each pixel.static void
CensusTransform.dense5x5
(GrayU8 input, GrayS32 output, @Nullable ImageBorder_S32<GrayU8> border) Census transform for local 5x5 region around each pixel.static void
CensusTransform.sample_IU16
(GrayU16 input, FastAccess<Point2D_I32> sample, InterleavedU16 output, @Nullable ImageBorder_S32<GrayU16> border, @Nullable DogArray_I32 workSpace) Census transform for an arbitrary region specified by the provided sample pointsstatic void
CensusTransform.sample_IU16
(GrayU8 input, FastAccess<Point2D_I32> sample, InterleavedU16 output, @Nullable ImageBorder_S32<GrayU8> border, @Nullable DogArray_I32 workSpace) Census transform for an arbitrary region specified by the provided sample pointsstatic void
CensusTransform.sample_S64
(GrayU16 input, FastAccess<Point2D_I32> sample, GrayS64 output, @Nullable ImageBorder_S32<GrayU16> border, @Nullable DogArray_I32 workSpace) Census transform for an arbitrary region specified by the provided sample pointsstatic void
CensusTransform.sample_S64
(GrayU8 input, FastAccess<Point2D_I32> sample, GrayS64 output, @Nullable ImageBorder_S32<GrayU8> border, @Nullable DogArray_I32 workSpace) Census transform for an arbitrary region specified by the provided sample points -
Uses of ImageBorder_S32 in boofcv.alg.transform.census.impl
Modifier and TypeMethodDescriptionstatic void
ImplCensusTransformBorder.dense3x3_U8
(ImageBorder_S32 input, GrayU8 output) static void
ImplCensusTransformBorder.dense5x5_U8
(ImageBorder_S32 input, GrayS32 output) static int
ImplCensusTransformBorder.regionNxN
(ImageBorder_S32 input, int cx, int cy, int radius) static short
ImplCensusTransformBorder.sample
(ImageBorder_S32 input, int cx, int cy, FastAccess<Point2D_I32> offsets, int idx0, int idx1) static void
ImplCensusTransformBorder.sample_IU16
(ImageBorder_S32 input, int radius, FastAccess<Point2D_I32> offsets, InterleavedU16 output) static long
ImplCensusTransformBorder.sample_S64
(ImageBorder_S32 input, int cx, int cy, FastAccess<Point2D_I32> offsets) static void
ImplCensusTransformBorder.sample_S64
(ImageBorder_S32 input, int radius, FastAccess<Point2D_I32> offsets, GrayS64 output) -
Uses of ImageBorder_S32 in boofcv.core.image
Modifier and TypeClassDescriptionstatic class
static class
ImageBorderWrapped.S32<T extends GrayI<T>>
-
Uses of ImageBorder_S32 in boofcv.core.image.border
-
Uses of ImageBorder_S32 in boofcv.struct.border
Modifier and TypeClassDescriptionclass
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.