how to create surface plot for rgb image and Lab image

1 回表示 (過去 30 日間)
senthil vadivu
senthil vadivu 2016 年 12 月 2 日
コメント済み: senthil vadivu 2016 年 12 月 2 日
how to create surface plot for rgb image and Lab image

採用された回答

Image Analyst
Image Analyst 2016 年 12 月 2 日
What does that mean? Please, Read this link.
Do you mean a plot of the 3-D color gamut like colorcloud() gives you, or a 2.5-D perspective of a surface like surf() gives you? Or something else?
  2 件のコメント
senthil vadivu
senthil vadivu 2016 年 12 月 2 日
Exactly i dont know which plot will be suitable to dispay the distribution of RGB colors and L,a,b colors with the combinations Eg.(L,a) (L,b) and (a,b) for fire detection.Kindly suggest me which plot may give suitable result
senthil vadivu
senthil vadivu 2016 年 12 月 2 日
I am able to get example in matlab help like [X,Y] = meshgrid(-8:.5:8); R = sqrt(X.^2 + Y.^2) + eps; Z = sin®./R;
figure mesh(Z)
but i would like to pass the rgbImage and Lab image as input.So how to create plot to know the distribution of fire pixels(red, orange , white)pixels

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeOrange についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by