Borrar filtros
Borrar filtros

how to remove the background image from matlab?

1 visualización (últimos 30 días)
shrimathi s
shrimathi s el 8 de Feb. de 2018
Comentada: Walter Roberson el 4 de Abr. de 2018
I am doing project with digital image processing and i need some coding to background image.
  2 comentarios
Image Analyst
Image Analyst el 8 de Feb. de 2018
OK. Good luck. If you need any help, read this link and give us the information we'd need to help you.
shrimathi s
shrimathi s el 8 de Feb. de 2018
How to remove the background image from MATLAB

Iniciar sesión para comentar.

Respuestas (2)

hf fh
hf fh el 4 de Abr. de 2018
How to remove the background image from MATLAB

hf fh
hf fh el 4 de Abr. de 2018
Editada: Walter Roberson el 4 de Abr. de 2018
I have a search for a group of images by segmentation k-mean use the Matlab.
now, I want to make image process by removing the background from all the image by function " imsubtract"
I searched a lot and find just function " imsubtract" look https://www.mathworks.com/help/images/ref/imsubtract.html"
Is that correct ??!!!
I want to remove the background of image just that
Thank you
  1 comentario
Walter Roberson
Walter Roberson el 4 de Abr. de 2018
imsubtract() is not useful for finding the background. Once you have found the background, then you can use imsubtract()
Note: for uint8 images, imsubtract is equivalent to just using the - subtraction operator: imsubtract(X,Y) being (X-Y) . This is not the case for double images.

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by