- Read the image (RGB2GRAY) / For Color thesoholding RGB2GRAY is not required
- Segment the image to get the blue spots
- Morpho operation to loacte the regions exactly
- [r c]=find(Morpho_result==1);
- Save the r and c in cell array
how to get exact pixel value of the point marked in pen
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
SARAH LONER
el 4 de Dic. de 2019
Editada: SARAH LONER
el 5 de Dic. de 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
0 comentarios
Respuesta aceptada
KALYAN ACHARJYA
el 4 de Dic. de 2019
Steps:
Use loop to call one by one image
end
Please note that there are multiple pixels on the blue dot, its not one.
Good Luck!
1 comentario
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!