[ros-users] Python cv_bridge

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Advait Jain
Date:  
To: ros-users
Subject: [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