Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
find the point with least white pixels
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I need to find the point with least white pixels.I tried the following code.Is this the correct code.Please provide the corrected code.I need to get the coordinates of pixel location.
[rows,columns]=find(binaryimage);
minimum=min(columns);
2 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
