Top "Sobel" questions

The Sobel operator, sometimes called Sobel Filter, is used in image processing and computer vision, particularly within edge detection algorithms.

Sobel filter kernel of large size

I am using a sobel filter of size 3x3 to calculate the image derivative. Looking at some articles on the …

image-processing computer-vision edge-detection sobel
Sobel edge detection Implementation

I am trying to implement sobel edge detection from scratch but my output can't seem to match with OpenCV's sobel …

c++ opencv image-processing edge-detection sobel
Sobel edge detection using opencv

I am using the built-in Sobel edge operation in openCV for some image processing purpose but the results are not …

image opencv image-processing sobel