plot of gray level

2 ビュー (過去 30 日間)
shri sant  gadge baba
shri sant gadge baba 2012 年 4 月 21 日
how to plot gray level plot of image. gray factor on axis and on y axis the tolarance

回答 (1 件)

Image Analyst
Image Analyst 2012 年 4 月 21 日
Read the help on image, imshow, imagesc, colormap, and colorbar functions.
I have no idea what you mean by tolerance and "gray factor," or "gray level plot of an image" for that matter. Do you want to plot a curve of image intensity (gray level) versus distance along some line (e.g. a particular row or column)? If so that would be like
plot(imageArray(rowToPlot, :));
or
plot(imageArray(:, columnToPlot));

カテゴリ

Help Center および File ExchangeModify Image Colors についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by