سؤال

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