I - Type of imagepublic class CLConvolve2D<I extends Image<?,I>> extends CLImageProcessor<I>
context, kernel| Constructor and Description |
|---|
CLConvolve2D(com.nativelibs4java.opencl.CLContext context,
float[][] kernel)
Construct the convolution operator with the given kernel and OpenCL
context
|
public CLConvolve2D(com.nativelibs4java.opencl.CLContext context, float[][] kernel) throws IOException
context - the OpenCL contextkernel - the convolution kernelIOException - if an error occurs