how can i store pixels values in array from given coordinates ?

actually i had to find max pixel value, after storing all pixel values in array, i had initial values(x,y) of coordinates. like this for i:100 dist(119+i,132) = my(images) imshow(my_images); hold on plot(dist); end

2 个评论

What is the "my" array? What is the index "images" that you're using to index into "my"?
You're calling plot() for dist, but dist is a 2-D array - more like an image than a 1-D intensity profile.
Are you aware of improfile()?
i want to store pixel values and find high intensity pixel of new object in image and to get the value of edge of that particular object.

请先登录,再进行评论。

回答(0 个)

类别

帮助中心File Exchange 中查找有关 Images 的更多信息

产品

版本

R2014b

标签

Community Treasure Hunt

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

Start Hunting!

Translated by