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

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ (text/html)
Slet denne besked
Besvar denne besked
Skribent: User discussions
Dato:  
Til: ros-users
Emne: [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