mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
bug fix to Inconsistent comment for EXIF issue id #15706 stream added final
removed all the changes occured while trying to resolve conflicts
This commit is contained in:
parent
95f0c9b19b
commit
1f48940a93
@ -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