Package boofcv.alg.filter.misc.impl
Class ImplAverageDownSample_MT
java.lang.Object
boofcv.alg.filter.misc.impl.ImplAverageDownSample_MT
@Generated("boofcv.alg.filter.misc.impl.ImplAverageDownSample")
public class ImplAverageDownSample_MT
extends Object
* Overlays a rectangular grid on top of the src image and computes the average value within each cell which is then written into the dst image. The dst image must be smaller than or equal to the src image.
DO NOT MODIFY. This code was automatically generated by GenerateImplAverageDownSample.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
horizontal
(GrayF32 src, GrayF32 dst) Down samples the image along the x-axis only.static void
horizontal
(GrayF64 src, GrayF64 dst) Down samples the image along the x-axis only.static void
horizontal
(GrayU16 src, GrayF32 dst) Down samples the image along the x-axis only.static void
horizontal
(GrayU8 src, GrayF32 dst) Down samples the image along the x-axis only.static void
Down samples the image along the y-axis only.static void
Down samples the image along the y-axis only.static void
Down samples the image along the y-axis only.static void
Down samples the image along the y-axis only.
-
Constructor Details
-
ImplAverageDownSample_MT
public ImplAverageDownSample_MT()
-
-
Method Details
-
horizontal
Down samples the image along the x-axis only. Image height's must be the same.- Parameters:
src
- Input image. Not modified.dst
- Output image. Modified.
-
vertical
Down samples the image along the y-axis only. Image width's must be the same.- Parameters:
src
- Input image. Not modified.dst
- Output image. Modified.
-
horizontal
Down samples the image along the x-axis only. Image height's must be the same.- Parameters:
src
- Input image. Not modified.dst
- Output image. Modified.
-
vertical
Down samples the image along the y-axis only. Image width's must be the same.- Parameters:
src
- Input image. Not modified.dst
- Output image. Modified.
-
horizontal
Down samples the image along the x-axis only. Image height's must be the same.- Parameters:
src
- Input image. Not modified.dst
- Output image. Modified.
-
vertical
Down samples the image along the y-axis only. Image width's must be the same.- Parameters:
src
- Input image. Not modified.dst
- Output image. Modified.
-
horizontal
Down samples the image along the x-axis only. Image height's must be the same.- Parameters:
src
- Input image. Not modified.dst
- Output image. Modified.
-
vertical
Down samples the image along the y-axis only. Image width's must be the same.- Parameters:
src
- Input image. Not modified.dst
- Output image. Modified.
-