How can I apply frequency domain filers (Sobel and Laplacian) on my original picture?

4 views (last 30 days)
How can I apply frequency domain filers (Sobel and Laplacian) on my original picture?

Answers (1)

Anshika Chaurasia
Anshika Chaurasia on 21 Jul 2021
Hello,
  • If you want to find edges in image using Sobel then use edge.
  • You can use fspecial to create sobel or laplacian filter and then use imfilter to apply them on the image.
Hope it helps!

Community Treasure Hunt

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

Start Hunting!