문제

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