mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 22:19:14 +08:00
Merge pull request #16535 from jshiwam:exifbugfix
This commit is contained in:
commit
7ffab23a53
@ -154,7 +154,8 @@ enum ImageOrientation
|
||||
* Usage example for getting the orientation of the image:
|
||||
*
|
||||
* @code
|
||||
* ExifReader reader(fileName);
|
||||
* std::ifstream stream(filename,std::ios_base::in | std::ios_base::binary);
|
||||
* ExifReader reader(stream);
|
||||
* if( reader.parse() )
|
||||
* {
|
||||
* int orientation = reader.getTag(Orientation).field_u16;
|
||||
|
Loading…
Reference in New Issue
Block a user