How to use OpenCV to process image
Hi! Everyone!
I'm a beginner of ROS, and now I've been focusing on imaging processing on ROS, My robot is Turtlebot, and I use the kinect as the camera, so basically what I need to do is to find the changes in the same background, so I followed the tutorials and started to use Gazebo now, and I tested the kinect all is fine. So my question is, I am pretty lost since there is no example or demo for image processing on wiki, I am wondering what is my first step? and what should I do after that.
If there is any good website for image processing on ROS to follow, that would be perfect! Thank you so much!
may I know how you are getting images? are you using pictures or video stream? let me know about these and then I'll guide you for ROS and OpenCV image processing.
I got the video stream from Kinect, and I need to capture one pic using an order, every time I sent an order, one pic is captured. So what I need to do is to do the rest job upon the pic.