필터 지우기
필터 지우기

Sobel filter with slider (GUI).

조회 수: 3 (최근 30일)
Maria Lopez
Maria Lopez 2013년 6월 11일
답변: Jyoti Verma 2020년 1월 14일
Hello, So, I am trying to use a slider to manipulate the sobel filter to modify an image. The problem is I have no clue how sobel works whatsoever. I am pretty much still new to matlab, but I would appreciate if someone can at least explain how sobel works. Thank you.

답변 (3개)

Amith Kamath
Amith Kamath 2013년 8월 19일
편집: Amith Kamath 2013년 8월 19일
http://homepages.inf.ed.ac.uk/rbf/HIPR2/sobel.htm is a good introduction to the Sobel filter. It is essentially a Laplacian of Gaussian (LOG) filter which detects edges in your input image. http://www.mathworks.com/help/images/analyzing-images.html#f11-12512 may also help.

Image Analyst
Image Analyst 2013년 8월 19일
The standard Sobel filter is done by the imgradient() function. That's a 3-by-3 filter. If you want to modify it, then you can choose a different size filter by using a LOG or DOG filter and conv2() or imfilter().

Jyoti Verma
Jyoti Verma 2020년 1월 14일
Sobel Filter Edge Detection

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by