Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
shahzeb ali
shahzeb ali le 12 Mai 2018
Commenté : shahzeb ali le 12 Mai 2018
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 commentaires
Image Analyst
Image Analyst le 12 Mai 2018
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()?
shahzeb ali
shahzeb ali le 12 Mai 2018
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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Get Started with Image Processing Toolbox dans Help Center et File Exchange

Produits


Version

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by