what does the term "display visual resolution in pixels/degree" means?
6 ビュー (過去 30 日間)
古いコメントを表示
i know about display visual resolution in pixels,but doesn't understand the term "pixels/degree". What is degree mean here? please give answer with example if possible.
Thanks in advance.
0 件のコメント
回答 (1 件)
Daniel Shub
2011 年 8 月 6 日
In vision, the number of degrees of visual angle ( http://en.wikipedia.org/wiki/Visual_angle ) is generally more important then the physical size of the object (i.e., the number of pixels). As you move the monitor further away the visual angle decreases and as you move the monitor closer the visual angle increases. When the monitor is very close to you eyes, you can see the individuals pixels, when it is far away you cannot.
In order to answer your question you need the distance the monitor is from the eye r and the spacing between pixels x. With that information the number of pixels per degree y can be approximated with is
y = r*tan(pi/180)/x
where pi/180 is equivalent 1 degree.
2 件のコメント
Daniel Shub
2011 年 8 月 7 日
There is no standard. The native resoltuion of the LCD/LED, the size of the monitor, and the aspect ratio of the monitor affect the number of pixels per unit length (i.e inch). Luckily this can be easily measured. I think there is a ruler function that will computer the DPI, but you can measure it with a real ruler and knowledge of the native resolution. The distance you chose to sit from a monitor r, is also not standard. This requires a tape measure.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!