Modify an image from another node
Hello everyone,
Currently, I'm working on the AR drone 2.0 with ROS indigo. I want to track an object.
At the moment, I have 3 nodes: the first one gets a camera capture from the drone's camera and send it to the 2nd node (it works).
The second node takes the capture, binarizes it and send the binarized image to my 3rd node. (it works)
From this binarized image, my 3rd node finds the barycenter of my target and now, I want to draw a rectangle onto the image coming from the camera in the first node but I don't know how to proceed since my 3rd node.
Do you have any idea ?