Zero copy passing of OpenCV datatypes with nodelets
Hi,
I am thinking about setting up an image processing pipeline using nodelets for a high flexibility. Is there a easy way to pass OpenCV datatypes between nodelets without having to convert them to ros-messages? For example, I would like to pass pointers to image data associated with cv::Mat objects stored in a shared memory. I want to avoid copying or converting this data.