필터 지우기
필터 지우기

How to normalize the histogram of the hue component of an image ?

조회 수: 2 (최근 30일)
G.Liz
G.Liz 2013년 8월 2일
I have done this much,
hsv=rgb2hsv(img); h=hsv(:,:,1); hhist= imhist(h);
What do i do next ?
  댓글 수: 2
Jan
Jan 2013년 8월 2일
It depends, on what "normalization" exactly means. This might be clear for an experiences image processing scientist, but in general, "normalizing" can mean:
  1. Scale such that the maximum value is 1.0
  2. Scale and remove offset such that the data are between 0.0 and 1.0
  3. Scale such that the data have a normal distribution with standard deviation 1.0 and the mean 0.0
  4. Scale such that the area under the curve is 1.0
  5. Scale such that the geometrical sum of the data is 1.0
  6. etc.
Image Analyst
Image Analyst 2013년 8월 2일
What would this get for you if you could do it?

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

답변 (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