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