How to add GPU support in ROS opencv
Sorry for insisting on the topic (see http://answers.ros.org/question/28245/does-libopencv_gpu-actually-provide-gpu-support) but I still think this is relevant to ROS.
In Ubuntu 11.10, ros-electric-vision-opencv depends on libopencv2.3-dev (= 2.3.1+svn6514+branch23-9~oneiric).
It seems to me that the libopencv package does not provide GPU support out of the box, and to obtain GPU support one has to recompile OpenCV from source with the WITH_CUDA option. Not exactly easy, but anyway... assuming success in the later, how to then install ros-electric-vision-opencv and make sure my code (HOG) will run the GPU?
If ros-electric-vision-opencv depended on libopencv2.3-dev with a more flexible version number I guess I would try building a package to replace the 2.3.1+svn6514+branch23-9~oneiric package. Or am I missing something here?
Sorry if I am off topic again, but I really need the info...
hello,i want to use surfgpu with ros, is it possible ? thanks a lot