Color Detection By HSV color model

버전 1.0.0.0 (2.24 KB) 작성자: Marco Chak Yan Yu
Detect specific color in an image and output as a Black/White image
다운로드 수: 1.7K
업데이트 날짜: 2013/7/1

라이선스 보기

Input: image object in RGB format

Output: binary image objects (1 stands for the target color, 0 otherwise) for Black, White, Red, Yellow, Green, Cyan, Blue and Magenta color detected in the input image object

demo:
Im = imread('a.jpg');
Im_ColorLayer = color_detection_by_hue(Im);
imshow(Im_ColorLayer.black);

인용 양식

Marco Chak Yan Yu (2024). Color Detection By HSV color model (https://www.mathworks.com/matlabcentral/fileexchange/42440-color-detection-by-hsv-color-model), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Color Space Formatting and Conversions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0