Using EXR images in OpenCV

Posted by Nestor on Stack Overflow See other posts from Stack Overflow or by Nestor
Published on 2010-01-22T17:21:59Z Indexed on 2010/05/09 15:28 UTC
Read the original article Hit count: 273

Filed under:
|

Hi there!

I'm currently working on a project with OpenEXR and I would like to implement some Blob detection algorithms. To do this I figured that I could use OpenCV as it says in the documentation that it can open OpenEXR format files.

I have all the libraries installed and working as I've been doing other things. I open a simple jpg file with openCV cvLoadImage. It works fine. But when i try to open any .exr file it doesn't seam to like it. I get a gray window where there should be the image display.

Has anyone done any tests with OpenCV and OpenEXR libraries working together? Have they worked for you? What do you think?

Thanks.

© Stack Overflow or respective owner

Related posts about opencv

Related posts about openexr