Borrar filtros
Borrar filtros

how to Remove pixels at the marker locations from A binary image?

1 visualización (últimos 30 días)
mika
mika el 9 de En. de 2014
Comentada: Image Analyst el 20 de En. de 2014
can any one give me an idea please.
help is much appreciated
thank you.

Respuestas (1)

Image Analyst
Image Analyst el 9 de En. de 2014
Editada: Image Analyst el 9 de En. de 2014
Just go down your list setting those pixels to false
for k = 1 : length(rows)
binaryImage(rows(k), columns(k)) = false;
end
where rows and columns are arrays with the locations of the red crosses.
  11 comentarios
mika
mika el 20 de En. de 2014
Please reply.
thank you.
Image Analyst
Image Analyst el 20 de En. de 2014
I'm most likely not going to be able to carve enough time out of my day to do all that for you. Can't you find anyone else that you work with to help you?

Iniciar sesión para comentar.

Categorías

Más información sobre Image Processing and Computer Vision 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!

Translated by