[ros-users] Python cv_bridge

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: Advait Jain
Datum:  
Aan: ros-users
Onderwerp: [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