Convolve two matrices
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
in2 | adapt | 0 | 0 | 0 | 1 | 1 | float32 |
out | n/a | 1 | 1 | 1 | 1 | 1 | char long float32 float64 |
Name | Type | g/s | Description |
---|---|---|---|
boundmode | int | Boundary case handling mode (default = 0 (clip)) 0 = clip: cells which lie outside the domain of the input data will clip to the nearest cell within the domain of the input data (e.g. a convolution which would need to use cell (0,-1) would instead use cell (0,0)). 1 = wrap: cells which lie outside the domain of the input data will wrap via modulus arithmetic within the domain of the input data (e.g. a convolution on a 320 by 240 matrix which would need to use cell (0,-1) would instead use cell (0,239)). 2 = ignore: cells which lie outside the domain of the input data will not be used in calculating the convolution. |
|
origin | int | The origin of the convolution kernel (default = 1 1) |
Name | Description |
---|---|
jit.fastblur | Optimized blur/sharpen |
jit.op | Apply binary or unary operators |