boofcv.struct.convolve
Class KernelContinuous1D_F32
- java.lang.Object
-
- boofcv.struct.convolve.KernelBase
-
- boofcv.struct.convolve.Kernel1D
-
- boofcv.struct.convolve.KernelContinuous1D_F32
-
- Direct Known Subclasses:
- BicubicKernel_F32
public abstract class KernelContinuous1D_F32 extends Kernel1D
Computes the instantaneous value of a continuous valued function.
The kernel is assumed to be zero outside of its radius.
-
-
Field Summary
-
Fields inherited from class boofcv.struct.convolve.KernelBase
offset, width
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract floatcompute(float x)Computes the value of the kernel at hte specified point.-
Methods inherited from class boofcv.struct.convolve.Kernel1D
getDimension, getDouble, setD
-
-
DataMelt 3.0 © DataMelt by jWork.ORG