background suppression from any real time image

3 visualizaciones (últimos 30 días)
satnam singh
satnam singh el 13 de Mzo. de 2013
how to remove background image from any real time image through simulink blocksets.....

Respuesta aceptada

Walter Roberson
Walter Roberson el 13 de Mzo. de 2013
This is not possible. It is not possible for a program to automatically figure out what is foreground and what is background. As I have written before:
For example, if you are processing solar images, then if your purpose is to study the solar corona, you would be wanting to ignore "space", but if your purpose is to study Near Solar comets, you would be wanting to ignore the Sun and pay attention to fine details in "space".
  5 comentarios
satnam singh
satnam singh el 14 de Mzo. de 2013
sir what if i create the white background ...and then our ROI will be just rubik's face...then how to identify the four corners of the face and depending on the four corners how to create the quadilateral bounding the rubik,s face...then dividing the qudilateral in nine equal blocks for the processing...how to do that...please suggest some program as well as the simulink model......
Ahmed A. Selman
Ahmed A. Selman el 29 de Mzo. de 2013
Indeed as W. Roberson mentioned, if there are a group of multiple moving objects in an image (or sequence of images to be exact), and some code is needed to isolate the region of interest (ROI) only based on mathematically logical selection, the code must include a huge library of possible objects, indicating their properties as possible shapes, intensities, speeds, ..etc. Or at least a large number of variables must be included in such a way that such a code would be complicated and takes some time to run.
If we defined the meaning of a (background, BG) first, the task becomes relatively easy. This was also mentioned above with a very nice example mentioned is how to isolate a moving comet from an image of the solar corona. One time the comet is within the BG, in another it is the ROI.
However, in my opinion, for this specific example, this is programmably possible.

Iniciar sesión para comentar.

Más respuestas (1)

Ahmed A. Selman
Ahmed A. Selman el 29 de Mzo. de 2013
I've tried (Embedded Matlab Function) blocks once for a similar thing, and used my own program to handle the output.

Categorías

Más información sobre Programmatic Model Editing en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by