필터 지우기
필터 지우기

Thresholding/Segmenting an image based on histogram

조회 수: 1 (최근 30일)
Teshan Rezel
Teshan Rezel 2020년 5월 21일
답변: Image Analyst 2020년 5월 22일
Hi folks,
I have an image that I have converted to HSV format, and split the image into each channel (H, S and V). I want to further threshold the image according to points of interest on the histogram e.g. for the H channel between certain points.
Is this possible? And is it also possible to recast the image back to RGB once this thresholding has been done?
Thanks in advance!

채택된 답변

Image Analyst
Image Analyst 2020년 5월 22일
Yes, use the Color Thresholder app on the Apps tab of the tool ribbon. It will generate code to do that. It will convert rgb to hsv, do the thresholding, mask the image, and convert back to RGB.

추가 답변 (0개)

카테고리

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

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by