Q - The pixel type that is processedI - The image type that is processedpublic interface KernelProcessor<Q,I extends Image<Q,I>> extends Processor<I>
processKernel(Image) function will then generate a single
value which is used to build the convolved image.| Modifier and Type | Method and Description |
|---|---|
int |
getKernelHeight()
Get the height of the kernel required by this processor.
|
int |
getKernelWidth()
Get the width of the kernel required by this processor.
|
Q |
processKernel(I patch)
Process the patch with this kernel processor and return a value
that will be used to build the convolved image.
|
int getKernelHeight()
int getKernelWidth()
Q processKernel(I patch)
patch - The patch of pixels from the image to process