to write matlab code for sharpening filter?

pls write matlab code for sharpening filters using SOBEL OPERATERS.........

3 件のコメント

Walter Roberson
Walter Roberson 2013 年 1 月 7 日
What have you done so far?
Jan
Jan 2013 年 1 月 7 日
What is your question? When you want somebody to do your work, offering money is a standard method.
Image Analyst
Image Analyst 2013 年 1 月 7 日
Sobel filter does not do sharpening! You can tell that because the central element of the kernel is zero which means that nothing is added to the original image. It's purely an edge detector, not a high frequency boosting filter. You will not see your original image with enhanced/sharpened edges.

サインインしてコメントする。

回答 (1 件)

Image Analyst
Image Analyst 2013 年 1 月 7 日

0 投票

Hint:
edgeImage = conv2(imageArray, sobelKernel, 'same');
You can find the Sobel kernels anywhere online.

カテゴリ

質問済み:

2013 年 1 月 7 日

Community Treasure Hunt

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

Start Hunting!

Translated by