| genre | Kernel |
| status | work-in-progress |
| author | Matthias Koenig |
| package | MeVisLab/Standard |
| dll | MLKernel |
| definition | MLKernel.def |
| keywords | correlation, convolution |
The module Correlation computes the correlation/convolution of one image with another.
Connect the larger image to input1 and the kernel image to the kernelInput.
Note: The kernel image is limited to 256x256x256 in size. Only the X,Y,Z dimensions are used.
| Border Handling: Enum |
| Fill Value: Double |
| kernelInfo: String |
| Normalize: Bool |
| Reference Extent Mode: Enum |
Defines the border handling mode.
See Border Handling in Kernel Operations for details.
Values:
| Title | Name |
|---|---|
| No Pad | NoPad |
| Pad Src Fill | PadSrcFill |
| Pad Dst Fill | PadDstFill |
| Pad Dst Fill With Orig | PadDstFillWithOrig |
| Pad Src Undefined | PadSrcUndefined |
| Pad Dst Undefined | PadDstUndefined |
| Pad Src Clamp | PadSrcClamp |
Sets the fill value for certain Border Handling modes.
Defines the calculation mode.
Values:
| Title | Name |
|---|---|
| Overlap | Overlap |
| Input0 Ext Without Fill | Input0_ExtWithoutFill |
| Input0 Ext With Fill | Input0_ExtWithFill |
| Max Extents Without Fill | MaxExtentsWithoutFill |
| Max Extents With Fill | MaxExtentsWithFill |