How can I measure the pixel size
31 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Manar
le 13 Nov 2025 à 18:18
Modifié(e) : Stephen23
le 13 Nov 2025 à 20:05
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 commentaires
Réponse acceptée
Matt J
le 13 Nov 2025 à 18:40
Modifié(e) : Matt J
le 13 Nov 2025 à 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 commentaires
Stephen23
le 13 Nov 2025 à 19:45
Modifié(e) : Stephen23
le 13 Nov 2025 à 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.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Analysis and Verification dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!