![]() |
| jit.sobel | Sobel and Prewitt gradient edge detector |
| 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 |
| mode | int |
The detection mode. (default = 0 (Sobel)) 0 = Sobel 1 = Prewitt |
| thresh | float | The threshold below which matrix values are set to 0. (default = 0.) |
| Example: |

| See Also: |
| jit.brass, jit.qt.effect, jit.robcross |