フィルターのクリア

Color Segmentation by Delta E color difference help (manually inputing values)

1 回表示 (過去 30 日間)
Dimitri
Dimitri 2013 年 1 月 29 日
コメント済み: hamed abdulaziz 2014 年 1 月 18 日
So wasn't really sure where to ask this, but using the code that Image Analyst has written (guess this is mainly directed towards him), is there a way to input the values for the colors you would like to find manually? Im having trouble finding out how to do this, as I am somewhat new to MATLAB. The reason I ask is because I originally used the code by Image Analyst to find the "orange" color in turtle shells, but since I'm doing it for thousands of images I think it might be better to have a standard set of colors I am looking for rather than drawing a region (which could differ every time). Any help would be very much appreciated, thanks!

採用された回答

Image Analyst
Image Analyst 2013 年 1 月 29 日
There is a line in the code that says:
% Get the average lab color value.
[LMean, aMean, bMean] = GetMeanLABValues(LChannel, aChannel, bChannel, mask);
It gets the mean L, A, and B color from the mask region you drew. But you don't have to do it that way. You can have some text file with standard LAB values in it and just read those values from the text file if you want.
  18 件のコメント
Image Analyst
Image Analyst 2014 年 1 月 18 日
I don't know how to guide you. I gave you a full demo that is heavily commented. You just have to replace the file name with yours. If you want any more help then start your own thread, post your code and image, and be more specific about how else you need to adapt the demo to your situation.
hamed abdulaziz
hamed abdulaziz 2014 年 1 月 18 日
Thanks, I will post my question in my own thread

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by