Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
1k views

16-bit float data type

Does anyone have any experience with using the 16-bit floating-point type in an application. This relatively new data type is used in computer graphics. It's defined by several specs: OpenEXR, ...
2
votes
2answers
102 views

Sometimes I get EXEC_BAD_ACCESS (Access violation) when reversing an array

I am loading an image using the OpenEXR library. This works fine, except the image is loaded rotated 180 degrees. I use the loop shown below to reverse the array but sometimes the program will quit ...
1
vote
1answer
517 views

Converting EXR image sequence to .MOV

I'm looking for a encoder that creates a Quicktime Movie (PhotoJpeg) from OpenEXR image sequences. Any help would be really appreciated
1
vote
0answers
399 views

OpenEXR image loading

I've started to load EXR images using OpenEXR. I have to get the RGB pixels using floating point type. For RGB images, there was no problem on loading, using this code: ImfInputFile *iFile = ...
1
vote
3answers
748 views

Using EXR images in OpenCV

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 ...
0
votes
0answers
140 views

Compile openExr with Visual Studio 2008

I'm currently trying to compile the openExr library on windows with Visual Studio 2008 and I'm having a real hard time here. I followed the steps of the README files. First compiled successfully ...
0
votes
2answers
294 views

Header file not found when building under cygwin

I am trying to build a certain library under cygwin (OpenEXR), and I get the following error: b44ExpLogTable.cpp:52:18: error: half.h: No such file or directory half.h is referenced using #include ...