Detecting colour of a specific x and y coordinate of an image

2 次查看(过去 30 天)
I'm trying to obtain the colour of a specific coordinate on an image. For example: X is an image with size width:300 and height:300. I would like to know the colour at x:10 and y:10 coordinate. I couldn't write any code because I don't know if this is even possible in matlab?
Thank you.

采纳的回答

Thorsten
Thorsten 2017-3-30
col = I(x, y, :);

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by