Package boofcv.alg.filter.convolve
Class BOverrideConvolveImageNormalized
java.lang.Object
boofcv.override.BOverrideClass
boofcv.alg.filter.convolve.BOverrideConvolveImageNormalized
Override for normalized convolutions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
static interface
-
Field Summary
Modifier and TypeFieldDescriptionstatic @Nullable BOverrideConvolveImageNormalized.Convolve
static @Nullable BOverrideConvolveImageNormalized.Horizontal
static @Nullable BOverrideConvolveImageNormalized.Vertical
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
invokeNativeConvolve
(Kernel2D kernel, ImageBase input, ImageBase output) static boolean
invokeNativeHorizontal
(Kernel1D kernel, ImageBase input, ImageBase output) static boolean
invokeNativeVertical
(Kernel1D kernel, ImageBase input, ImageBase output)
-
Field Details
-
horizontal
-
vertical
-
convolve
-
-
Constructor Details
-
BOverrideConvolveImageNormalized
public BOverrideConvolveImageNormalized()
-
-
Method Details
-
invokeNativeHorizontal
-
invokeNativeVertical
-
invokeNativeConvolve
-