Pixelsize of my GUI

3 visualizaciones (últimos 30 días)
MrMedTech
MrMedTech el 12 de Abr. de 2016
Comentada: Walter Roberson el 14 de Abr. de 2016
hi together,
I'm doing a calculation with matlab wherefor I need the size of one Pixel.
I'm using a webcam, that works with 1024x576 pixel resolution.
My screen runs with 1920x1080.
So I created a gui and put a axes-system in there. I took pixels as untis and gave them 1024x567 width and height.
Than I changed units to centimeters to see how big it is so I can calculate the size of one pixel.
But the named size does not fit to the size I measured with my tape measure on de screen.
Does anyone of you have an idea? It's a difference round about 1 centimeter.
Thx Phil
  3 comentarios
MrMedTech
MrMedTech el 14 de Abr. de 2016
I'm working with a general Desktop. I downloaded a measure tool which shows me a ruler on my desktop on which a can read the pixel an cm value. But that doesn't fit to the result I get when I use a ruler manually. Maybe I should calculate the ratio between both results and define my pixelsize this way. Any other suggestion?
THX Phil
Walter Roberson
Walter Roberson el 14 de Abr. de 2016
get(0,'ScreenPixelsPerInch') will probably be consistent with what it thinks the physical size is.
Yes, you need to measure and take ratios. And that will be OK for that one system with that one monitor with that one graphics card settings in that particular software release. Provided no-one twiddles the controls of the monitor.
If that sounds a bit pessimistic... Well when you have been around enough monitors you will find that there are Good Reasons why monitors cannot report accurately, but that it is also really common for monitors to not even try much to be correct.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Image Processing Toolbox 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!

Translated by