Same image intensity different on PC and Mac

1 view (last 30 days)
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 Comments
Sreeja Banerjee
Sreeja Banerjee on 23 Jul 2015
How are you reading the files? Which function are you using?
Subinuer
Subinuer on 31 Jul 2015
I am using video reader for a video and imread for an image.

Sign in to comment.

Accepted Answer

Cam Salzberger
Cam Salzberger on 31 Jul 2015
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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!