Borrar filtros
Borrar filtros

How to divide image into background and object?

1 visualización (últimos 30 días)
Madhava Teja Munagala
Madhava Teja Munagala el 25 de Feb. de 2018
Respondida: Image Analyst el 25 de Feb. de 2018
Respected img analyst, how Image is divided into foreground and background,how to implement as code

Respuesta aceptada

Image Analyst
Image Analyst el 25 de Feb. de 2018
One way, by thresholding, is shown in my Image Segmentation Tutorial in My File Exchange.
There are lots of other ways. Usually you might need to do some sort of preprocessing, for example texture detection or motion detection or color detection, until you can get down to some kind of image that can be thresholded. But, in the end, once all's said and done, it usually comes down to thresholding. Even Deep Learning has thresholding internal to it though it's inside the black box and not visible to you.

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by