ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I strongly recommend using new OpenCV 2.x API, specially the Mat
data structure instead of IplImage
. It's easy to use split function to access different image channels and the assignment operator or clone()
function to copy reference/data.