Image Enhancement with imfilter

조회 수: 1 (최근 30일)
Dani D
Dani D 2016년 3월 16일
답변: DGM 2023년 5월 2일
Hello, Can i image enhancement with imfilter(or contrast enhancement)? I want enhance image with imfilter. similar histeq or adapthisteq. Thanks

답변 (1개)

DGM
DGM 2023년 5월 2일
IPT imfilter() is a linear spatial filter (convolution or correlation). On the other hand, histeq() applies a nonlinear value transformation to the image globally; it is not a spatial filter at all. You can't use one to do the job of the other.
At arm's length, adapthisteq() is similar to histeq(), but it operates blockwise on local information and the blockwise calculations are combined via interpolation. Similarly, there really isn't any relation to a linear spatial filter, nor is one used internally.
So disregarding what qualifies as "enhancement", if the goal is to effect a value transformation similar to that provided by histeq()/adapthisteq(), then no, I don't see any sensible way to use imfilter() to accomplish the goal.

카테고리

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