how can I do sharpening attack?

조회 수: 1 (최근 30일)
nadia
nadia 2017년 1월 23일
댓글: nadia 2017년 1월 23일
Hi, I want to do sharpening attack on image but I do not know how can I do it in matlab. is it any function or code for this?
  댓글 수: 2
Guillaume
Guillaume 2017년 1월 23일
You may want to explain what a sharpening attack is for those of us who've never heard the term. Neither google nor sciencedirect are particularly enlightening on the subject.
I suspect it's something you're going to have to code yourself in any case.
nadia
nadia 2017년 1월 23일
sharpening attack is kind of attack that is used in watermarking test like jpeg. I know imsharpen function in matlab do this and enhances edges and changes high and low frequencies in image. but I want to know other functions or code like this that change low frequency band in image?

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2017년 1월 23일
Use imsharpen in combination with fspecial unsharp
See some of discussion at https://www.mathworks.com/help/vision/ug/sharpen-an-image.html

Community Treasure Hunt

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

Start Hunting!

Translated by