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

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: ros-users
題目: [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