What would be the best method of image recognition for components on an image of a PCB?

3 views (last 30 days)
I have an image of a PCB and want matlab to recognise the the PIC18 in the middle of the picture. The end goal is to get matlab to recognise resistors, capacitors and other components but my first step would be to get it to identify the PIC18 before i can go any further as i would need to understand how the process is done. I have an image and have applied some edge detection techniques so far to get matlab to detect the edges. From my understanding, i would have to create an algorithm next but that is where i am unsure of what and how to do it. The image below is of the edge detection applied to the image
It shows that all the edges are indeed shown clearly but what would be the next step to get matlab to detect the chip in the middle?
  5 Comments
KIVANÇ mutlu
KIVANÇ mutlu on 30 May 2020
Edited: KIVANÇ mutlu on 30 May 2020
Ben pcb üzerinde fiducial noktasını öğretmek ve daha sonra bu öğretilen noktalara farklı yerlerde gelen pcbs karşılaştırmak istiyorum. nasıl yapabilirim.
KIVANÇ mutlu
KIVANÇ mutlu on 30 May 2020
I made comparison of fixed pcb images but XOR comparison does not work on samples from different locations. I need to first identify the PCB location using the fiducial reference.

Sign in to comment.

Answers (1)

ATTAR Mehenni
ATTAR Mehenni on 15 Feb 2018
Hi, if you found the solution, share the code matlab, thanks
  3 Comments
ATTAR Mehenni
ATTAR Mehenni on 16 Feb 2018
I want to detect the lack of components on a pcb and what it is: a resistor, a capacitor ...
Image Analyst
Image Analyst on 16 Feb 2018
Why do you need to do this? Don't you know what is supposed to be in each location? Many components look the same, just like a tiny box.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!