Same image intensity different on PC and Mac

Hello guys:
I used mac and PC to read the .mov movie which I got from camera, but mac and PC gave me different intensity value for the same spot, is there anyone can explain to me why it would be like this? I was assuming to get the same intensity value for a pixel, and when matlab read the intensity of a pixel, does it read file or displayed intensity?

2 commentaires

How are you reading the files? Which function are you using?
Subinuer
Subinuer le 31 Juil 2015
I am using video reader for a video and imread for an image.

Connectez-vous pour commenter.

 Réponse acceptée

Cam Salzberger
Cam Salzberger le 31 Juil 2015

0 votes

Hi Subinuer,
It is possible that the issue is caused by different interpretations of the video data by the native video-reading framework on the different operating systems. For example, the "videoreader" function uses the QTKit from QuickTime 7 to read videos on a Mac, but uses a different native reader on Windows.
Certain image and video interpreters will ignore filetype-specific colormaps and other properties, which can cause data interpretation discrepancies between systems. I cannot confirm that this is what is happening here without your code or files, but it is a possibility.
If the issue is significant enough to impact your work, I would suggest contacting MathWorks Technical Support with your files for assistance.
I hope that this information helped!
-Cam

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by