What type of image is this?
I know that it isn't very related to OpenCV, but I think that maybe someone has met this problem too:
I have met a file that should be an image. I know the headers of some types, like jpeg, jfif, gif etc, but now I have met a file that I am not sure what it is. It starts with \FF\D8\FF\E1Z\8CExif\00\00II*\00
and somewhere in the first line it has Canon\00Canon EOS 700D
and in another place a date and an hour: 2015:03:24 10:23:31
. So I am wandering if it is a raw file?
The extension is jpg, but this because of renaming of some other program.
May be you can use : http://en.wikipedia.org/wiki/Exchange...
And OpenCV seems not to arrive to decode this type of image... Is there something to be done for making it decode the image?