필터 지우기
필터 지우기

HSV cumulative Histogram

조회 수: 1 (최근 30일)
yasmine
yasmine 2011년 11월 26일
Hi,
i divided an RGB image into 6 equal blocks , converted each block to HSV and in each block i combined the H,S and V in one vector called "C= 9*Hue + 3*Saturation + value"
each vector (for each block)is consisted of 72 values(as i quantized the hue in 8, Saturation in 3 and value in 3 also)
Now i want to construct an HSV cumulative histogram for each block
Would you help me please with steps and matlab code if available?
Thank you
  댓글 수: 1
Walter Roberson
Walter Roberson 2011년 11월 26일
There used to be a long series of postings on this topic... ah, they were in the newsreader.
See the postings for Jeevashini such as at
http://www.mathworks.com/matlabcentral/newsreader/view_thread/285992
and see the postings for shilpa khinvasara such as at
http://www.mathworks.com/matlabcentral/newsreader/view_thread/285992

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

답변 (1개)

Image Analyst
Image Analyst 2011년 11월 26일
I don't know what that is. What are you accumulating? Would cumsum() help you?
  댓글 수: 2
yasmine
yasmine 2011년 11월 26일
http://www.ijcaonline.org/volume15/number7/pxc3872619.pdf
i want to execute the steps of the algorithm in this paper
Walter Roberson
Walter Roberson 2011년 11월 26일
That paper talks about taking a histogram, not a "cumulative histogram". We do not know what a "cumulative histogram" is. If you want to create a histogram, use histc() or hist()

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by