ros-perception / vision_opencv

Apache License 2.0
559 stars 603 forks source link

OpenCV cuda parts missing #197

Open Dominik-FKIE opened 6 years ago

Dominik-FKIE commented 6 years ago

Thanks a lot for packaging OpenCV, I appreciate your work very much!

My problem is that cuda accelerated parts of OpenCV, namely cudaarithm, cudabgsegm, cudacodec, cudafeatures2d, cudafilters, cudaimgproc, cudalegacy, cudaobjdetect, cudaoptflow, cudastereo, cudawarping, and cudev are not included.

Standard build option of OpenCV is "WITH_CUDA" flag enabled and they are all part of the "main modules" according to documentation. So I was wondering if this absence is intended for some reason? If not, would you please include them in your future builds/releases?

corot commented 6 years ago

I wonder the same

TomShkurti commented 4 years ago

Bumped/agreed, having a ros-[whatever]-opencv3-CUDA package alongside ros-[whatever]-opencv3 would save my lab a lot of trouble. Would this just be the addition of another OpenCV base to the build process?