propagated fix for EXR from 2.3 branch to trunk

This commit is contained in:
Vadim Pisarevsky
2011-08-02 12:55:05 +00:00
parent f0b3cb1845
commit ce2f4c6a4d
4 changed files with 15 additions and 4 deletions

View File

@@ -66,6 +66,7 @@ public:
ExrDecoder();
~ExrDecoder();
int type() const;
bool readData( Mat& img );
bool readHeader();
void close();