How can I measure the pixel size
31 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Matt J
2025 年 11 月 13 日 18:40
編集済み: Matt J
2025 年 11 月 13 日 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 件のコメント
Stephen23
2025 年 11 月 13 日 19:45
編集済み: Stephen23
2025 年 11 月 13 日 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.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Analysis and Verification についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!