[ros-users] Python cv_bridge

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Advait Jain
日付:  
To: ros-users
題目: [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