Matching histogram between an image with reference histogram from excel data
조회 수: 18 (최근 30일)
이전 댓글 표시
I have a data of histogram with bins 255, this histogram will become the reference histogram.
How i can match an image with the reference histogram? Instead using the given coding of
where 'ref' here refer to an image, while mine the 'ref' refer to a histogram data.
can anybody help me?
댓글 수: 0
답변 (1개)
DGM
2022년 4월 20일
If you have an image and you need it to match a histogram, use histeq(). That's what imhistmatch() does internally. It simply gets the histogram from the reference image and feeds it to histeq().
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Histograms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!