マウスポインタを画像の上に移動して、matlabで画像のピクセル強度を表示する方法は?
私が使用した:
imshow(imread('image.jpg'));
ただし、画像内の各ピクセルのピクセル強度を表示するオプションはありません。
例えば、
In MS-paint, while moving the mouse pointer
over the image we can see the location of
the pixel such as (20, 117) at the status bar.
しかし、代わりにピクセル強度を確認する必要があります。
それを表示する他のオプションはありますか。または、表示するにはコードが必要ですか?