what is the difference between high pass and high boost filter

조회 수: 9 (최근 30일)
Jim
Jim 2012년 5월 15일
Hi,
Can anybody tell me what is the difference between high pass and high boost filter?
Thanks in advance

답변 (2개)

Wayne King
Wayne King 2012년 5월 15일
Hi Jim, normally what I have seen referred to as a high boost filter is when you take an image and possibly amplify it, then subtract from the amplified image a blurred (lowpass filtered) version of the image.
It is an image sharpening technique.
High pass filtering is when you simply apply a highpass filter to your image. A filter like this one for example:
b = [
0.2333 -0.4040 0.1083 0.0625
-0.4040 0.6998 -0.1875 -0.1083
0.1083 -0.1875 0.0502 0.0290
0.0625 -0.1083 0.0290 0.0167];
freqz(b)
  댓글 수: 1
Jim
Jim 2012년 5월 15일
Does the high boost filter removes blurrness from the image
I have a blurred image
You can see the image in the link below:
http://blur3232.blogspot.se/
Can I apply high boost filter to remove blurness from the image

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


Sritej gunta
Sritej gunta 2013년 3월 29일
the high boost filter amplifies the high frequency components and it keeps the low frequency components intact(almost).
it also enhances the edges and removes the blurred parts

카테고리

Help CenterFile Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by