what's the relation between a resolution and the size of pixel?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, An image with a resolution of 0.254 mm * 0.254 mm means that a pixel size is 0.254 mm??? thanks
0 件のコメント
回答 (1 件)
Matt Fig
2012 年 12 月 1 日
編集済み: Matt Fig
2012 年 12 月 1 日
Sounds like it. Resolution is how many pixels per unit linear measure, so in the U.S. we would say
1/pixelsize = 1/(.254) = 1/(.01) = 100 pixels per inch (ppi)
ImageAnalyst will correct me if I am wrong, but I think this is how it works.
4 件のコメント
Matt Fig
2012 年 12 月 2 日
You need to have the conversion factor in there too, Pamela:
(1pix/.254mm) * (25.4mm/inch) = 100 pix/inch
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!