필터 지우기
필터 지우기

adaptive histogram equalization- clahe

조회 수: 24 (최근 30일)
Mayan
Mayan 2024년 7월 21일 13:41
댓글: DGM 대략 20시간 전
hello. for a project i need to write alon the "adapthisteq" function.
i have a problem with the connecting of the tiles and the colors as you can see.
does someone have an idea how i can make it better? thanks!!
  댓글 수: 1
DGM
DGM 대략 20시간 전
IPT adapthisteq() does linear interpolation between the results from neighboring tiles. It's been a few years since I wrote an implementation, so I can't exactly describe it in detail from memory. If you're getting the eq for the tiles, then you're probably off to a good start.
FWIW, adapthisteq() itself has a fair amount of descriptive comments, though if I recall correctly, one of the relevant interpolation steps is obfuscated in MEX.
The version I implemented is all done in m-code, so the transform and weighting interpolation steps should be more clear. That can be found on the File Exchange here as part of MIMT.
There are also other implementations on the FEX, though I don't know if there are good ones.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by