![]() |
| jit.fastblur | Optimized blur/sharpen |
| Matrix Operator: in[1] out[1] |
| Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
| in | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
| out | n/a | yes | yes | yes | all | all | char long float32 float64 |
| Attributes: |
| Name | Type | Description |
| center | float | The mathematical weighting of the center pixel when performing convolution (default = 1.) |
| mode | int |
The kernel shape (default = 0 (row)) 0 = row 1 = column 2 = cross 3 = diagonal 4 = square |
| range | int | The number of pixels from the center pixel of the convolution kernel to its edge (default = 1) |
| ring | float | The mathematical weighting of cells adjoining the center pixel when performing convolution (default = 1.) |
| ripple | float | The scaling applied to outer cells when performing convolution (default = 1.) The second ring of pixels is scaled by this factor in relation to the ring attribute when performing convolution, while the third ring is scaled in relation to the second. |
| Example: |

| See Also: |
| jit.convolve, jit.op |