boofcv.struct.convolve
Class Kernel2D
- java.lang.Object
-
- boofcv.struct.convolve.KernelBase
-
- boofcv.struct.convolve.Kernel2D
-
- Direct Known Subclasses:
- Kernel2D_F32, Kernel2D_F64, Kernel2D_I32
public abstract class Kernel2D extends KernelBase
Base type for 2D convolution kernels
-
-
Field Summary
-
Fields inherited from class boofcv.struct.convolve.KernelBase
offset, width
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method and Description intgetDimension()Returns the dimension of this kernel, 1D or 2D.abstract doublegetDouble(int x, int y)
-
-
-
Method Detail
-
getDimension
public int getDimension()
Description copied from class:KernelBaseReturns the dimension of this kernel, 1D or 2D.- Specified by:
getDimensionin classKernelBase- Returns:
- Kernel's dimension
-
getDouble
public abstract double getDouble(int x, int y)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG