Package boofcv.alg.filter.binary.impl
Class ImplThresholdImageOps
java.lang.Object
boofcv.alg.filter.binary.impl.ImplThresholdImageOps
@Generated("boofcv.alg.filter.binary.impl.GenerateImplThresholdImageOps")
public class ImplThresholdImageOps
extends Object
Operations for thresholding images and converting them into a binary image.
DO NOT MODIFY. Automatically generated code created by GenerateImplThresholdImageOps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GrayU8localGaussian(GrayF32 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayF32 storage1, GrayF32 storage2) static GrayU8localGaussian(GrayU16 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU16 storage1, GrayU16 storage2) static GrayU8localGaussian(GrayU8 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU8 storage1, GrayU8 storage2) static GrayU8localMean(GrayF32 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayF32 storage1, GrayF32 storage2, @Nullable GrowArray<DogArray_F32> storage3) static GrayU8localMean(GrayU16 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU16 storage1, GrayU16 storage2, @Nullable GrowArray<DogArray_I32> storage3) static GrayU8localMean(GrayU8 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU8 storage1, GrayU8 storage2, @Nullable GrowArray<DogArray_I32> storage3) static GrayU8static GrayU8static GrayU8static GrayU8static GrayU8static GrayU8
-
Constructor Details
-
ImplThresholdImageOps
public ImplThresholdImageOps()
-
-
Method Details
-
threshold
-
threshold
-
threshold
-
threshold
-
threshold
-
threshold
-
localMean
public static GrayU8 localMean(GrayU8 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU8 storage1, GrayU8 storage2, @Nullable @Nullable GrowArray<DogArray_I32> storage3) -
localGaussian
-
localMean
public static GrayU8 localMean(GrayU16 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayU16 storage1, GrayU16 storage2, @Nullable @Nullable GrowArray<DogArray_I32> storage3) -
localGaussian
-
localMean
public static GrayU8 localMean(GrayF32 input, GrayU8 output, ConfigLength width, float scale, boolean down, GrayF32 storage1, GrayF32 storage2, @Nullable @Nullable GrowArray<DogArray_F32> storage3) -
localGaussian
-