Ask Your Question

Revision history [back]

mismaching results with imread with different libpng ?

Hi,

I am trying to read .png image using opencv imread. I have opencv installed in different systems. I have observed that imread() results using these opencv libraries are not same. There opencv libraries have dependency on different versions of libpng.so, one has dependency on libpng16 and another has dependency on libpng12. Does libpng version dependency causes mismaching results ?

If there is a dependency, can u please provide me the steps to rebuild the opencv using libpng12 dependency ?

thanks, Hari

click to hide/show revision 2
None

updated 2018-07-06 10:34:29 -0600

berak gravatar image

mismaching results with imread with different libpng ?

Hi,

I am trying to read .png image using opencv imread. I have opencv installed in different systems. I have observed that imread() results using these opencv libraries are not same. There opencv libraries have dependency on different versions of libpng.so, one has dependency on libpng16 and another has dependency on libpng12. Does libpng version dependency causes mismaching results ?

If there is a dependency, can u please provide me the steps to rebuild the opencv using libpng12 dependency ?

thanks, Hari