How to find the position of an object by comparing the reference image with the object alone and test image with the extra background objects

6 visualizaciones (últimos 30 días)
Hi , I would like to know how to get the exact position of an overlay object on the test image. What I have is the reference image with overlay object alone in black background and the test image with some extra objects in background. Both the images are having the same size. I want to verify whether the position of the overlay object in the test image is same as in the reference image.

Respuesta aceptada

Swarooph
Swarooph el 29 de Jun. de 2017
There might be several ways to do this. A straight forward way I could think of is to use the template matching algorithm in the Computer Vision System Toolbox with the vision.TemplateMatcher system object. Here is an example where we try to find Location of a Specific Chip in Image of Electronic Board. You have a reference image and try to find similar objects in another image.
Based on what the actual object is that you are trying to locate, there are so many other ways ranging from simple image processing to complex neural network based solutions that could be used to solve this problem.

Más respuestas (1)

pooja chandrabose
pooja chandrabose el 19 de Ag. de 2018
Hi.....can u help me...I want to detect same which said the exact location. Of a specific chip in a image of electronic board....could to help plzzzzz....asp....it's tooooo much needed...thanks in advamce
  1 comentario
Walter Roberson
Walter Roberson el 19 de Ag. de 2018
Is this a matter of a specific chip in a known position being either present or absent? Or is it always the kind of board but not always the same angle, which you would have to orient, and once oriented would be looking to see if a particular chip was present or not?

Iniciar sesión para comentar.

Categorías

Más información sobre Image Segmentation and Analysis 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