필터 지우기
필터 지우기

How can I Transform the image according to the histogram equalization technique.?

조회 수: 3 (최근 30일)
How can I Transform the image according to the histogram equalization technique. only in the area of interest.

답변 (1개)

Frantisek Gaspar
Frantisek Gaspar 2022년 4월 13일
These is a histeq function. Yout can select region of interest like my_img(100:200, 69:420, :) and use it as input to histeq. For more advanced region of interest selection I suggest: https://www.mathworks.com/help/images/roi-creation-overview.html

카테고리

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