[ros-users] openCV 2.2 for loading EXR images.

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: ros-users
Subject: [ros-users] openCV 2.2 for loading EXR images.
Hello,

I am using openCV to read in and process exr images. I have tried reading in
the image using "imread" and cvLoadImage. However, when I try displaying the
image using "imshow" (for imread) or cvShowImage, it does not display the
image I expected. This happens even after I try to compress the pixel values
by taking the log(pixel)*255. Does openCV handle EXR images? If so, how do I
process and display the image?

Thank you for your help,

Grace Lee