[ros-users] Python cv_bridge

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Advait Jain
Dato:  
Til: ros-users
Emne: [ros-users] Python cv_bridge
In the python implementation of cv_bridge the imgmsg_to_cv function
returns a CvMat object instead of an IplImage. This is different from the
documentation and the C++ implementation. Is this intentional or a bug?

Advait