how to get exact pixel value of the point marked in pen

1 vue (au cours des 30 derniers jours)
SARAH LONER
SARAH LONER le 4 Déc 2019
Modifié(e) : SARAH LONER le 5 Déc 2019
i have 10 images lik this i just want to extract the pixel value of my dot marked in pen and store the values

Réponse acceptée

KALYAN ACHARJYA
KALYAN ACHARJYA le 4 Déc 2019
Steps:
Use loop to call one by one image
  1. Read the image (RGB2GRAY) / For Color thesoholding RGB2GRAY is not required
  2. Segment the image to get the blue spots
  3. Morpho operation to loacte the regions exactly
  4. [r c]=find(Morpho_result==1);
  5. Save the r and c in cell array
end
Please note that there are multiple pixels on the blue dot, its not one.
Good Luck!
  1 commentaire
SARAH LONER
SARAH LONER le 5 Déc 2019
Modifié(e) : SARAH LONER le 5 Déc 2019
sir can u tel me which property to use to extract exact location of pixels values

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by