How can I measure the pixel size
31 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Manar
el 13 de Nov. de 2025 a las 18:18
Hi, I have a graduation project called Quality Check in PCB.
I was not able to identify the defects in the three existing holes, and my professor told me that I need to calculate the pixel size.
Does anyone have any idea about this?
Thank you for any help.0 comentarios
Respuesta aceptada
Matt J
el 13 de Nov. de 2025 a las 18:40
Editada: Matt J
el 13 de Nov. de 2025 a las 18:40
If you know the real world distance D (e.g. in millimeters) between two points on the PCB, and if these points are N pixels apart, then the pixel size would be,
pixel_size = D/N;
4 comentarios
Stephen23
el 13 de Nov. de 2025 a las 19:45
Editada: Stephen23
el 13 de Nov. de 2025 a las 20:05
"so this is a problem… I only have an image of the board and there are no documents for it."
Most likely those are standard 0.1" DIP hole spacing (e.g. on the 40-pin DIP, and the 16-pin DIP):
You could cross-check the DIP sizes against the pin/lead spacing of the SOP28 footprint too.

So you can easily estimate all sizes on that board.
Más respuestas (0)
Ver también
Categorías
Más información sobre Analysis and Verification en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!