i want a code for hsv space quantization in which hue(0,360) divided in 8 channel, and S [0,1]and v [0,1]divided in to 3 shares. and also if possible code for dominnant color descriptor.
조회 수: 1 (최근 30일)
이전 댓글 표시
i want a code for hsv space quantization in which hue(0,360) divided in 8 channel, and S [0,1]and v [0,1]divided in to 3 shares. and also if possible code for dominnant color descriptor.
댓글 수: 0
답변 (1개)
Rollin Baker
2017년 4월 12일
Hi Harsh,
Assuming you have the RGB values for the image you want to convert, you can simply use the rgb2hsv function. The documentation page for this function is linked below:
This should help you make some progress. The conversion equations are available in the page I linked in case you find those useful as well.
Good luck on your project!
-Rollin
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Create Fixed-Point Objects in MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!