How to find the pixel value at any point on a greyscale image(not on an rgb image?)
7 ビュー (過去 30 日間)
古いコメントを表示
Respected sir, I need to find the pixel value on an graylevel image.(not on an RGB image,this can be done using impixel function for RGB image.But i wanted to find it for a grey image.)Is ther any function for this...??
0 件のコメント
採用された回答
Matt Kindig
2012 年 2 月 7 日
Function impixel works for grey images too. For such an image, all three RGB values will be the same.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!