How to get color gamut of a photo taken with webcam

조회 수: 2 (최근 30일)
caner kaya
caner kaya 2017년 10월 11일
답변: Image Analyst 2017년 10월 14일
First a picture taken with a webcam Second the RGB values of the captured color will be found by code Third color gamut will be obtained
I need to write the code that will provide this algorithm in matlab
Thank you

채택된 답변

Image Analyst
Image Analyst 2017년 10월 14일
Use colorcloud():
colorcould(rgbImage);

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by