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

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

댓글을 달려면 로그인하십시오.

 채택된 답변

Cam Salzberger
Cam Salzberger 2015년 7월 31일

0 개 추천

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

추가 답변 (0개)

질문:

2015년 7월 21일

댓글:

2015년 7월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by