質問

eg I want to find the color values ​​of the center of this image

enter image description here

how can i do this?

役に立ちましたか?

解決

you mean

img = imread('img.jpg');
color = img(round(end/2), round(end/2), :)

?

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top