You need to enable JavaScript to run this app.Sobel Operator - GammaCV
GammaCV Logo
DocsExamplesGitHub

SobelOperator

Description

Calculating image gradient and magnitude by applying of Sobel Operator. Output description: 0 - GX 1 - GY 2 - Magnitude

Params
tSrcTensorInput image.
Example
gm.sobelOperator(inputImage);