pick-it 3d camera - image processing in ROS
Hello everyone,
For one of my projects i am working with a pick-it 3D m 3D camera ( https://www.pickit3d.com/product/pick... ) Now, as far as i understand, the pick-it controller has it's own ROS server running where modes publish some information on certain topics.
In my assignment i need to use the raw images and depth images of the pick-it camera and process them inside ROS, so not let the pick-it controller take care of that. I have to process the 3d-image, as well as the rgb-image.
My question: i am looking for different packages to process images inside ROS. (processing an image means: basic modifications like blurring, convert to greyscale, and most important find the location of a specific product in the image.)
I've looked online for a bit and i saw there is an openCV package for ROS, as well as the pcl package for pointclouds. I want to see if there are some more possible solutions so i can include them in my research, and then find the best solution that fits.
Thanks and kind regards! Jan Tromp
Anyone got some ideas?