SobelOperator
Description
Calculating image gradient and magnitude by applying of Sobel Operator. Output description: 0 - GX 1 - GY 2 - Magnitude
Params
tSrc | Tensor | Input image. |
Example
gm.sobelOperator(inputImage);
Calculating image gradient and magnitude by applying of Sobel Operator. Output description: 0 - GX 1 - GY 2 - Magnitude
tSrc | Tensor | Input image. |
gm.sobelOperator(inputImage);