Effacer les filtres
Effacer les filtres

Pixelsize of my GUI

4 vues (au cours des 30 derniers jours)
MrMedTech
MrMedTech le 12 Avr 2016
Commenté : Walter Roberson le 14 Avr 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 commentaires
MrMedTech
MrMedTech le 14 Avr 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 le 14 Avr 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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Environment and Settings 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!

Translated by