I've installed opencv2.4.9 with libstdc++
through brew install opencv
in MAC OSX 10.9.
I try to imread
an image from INRIA pedestrian database. The problem is that when I use opencv to read the PNG
format image, I always get this error:
libpng error: IDAT: invalid distance too far back
The version of libpng is 1.6.13 which was also installed by brew install
command.
Can anyone help me with this? Many thanks.