bytedeco / javacpp-presets

The missing Java distribution of native C++ libraries
Other
2.68k stars 744 forks source link

opencv cudawraping is missing. #1467

Closed MachineIntelligence6 closed 1 month ago

MachineIntelligence6 commented 9 months ago

I was comparing the opencv contribute modules with the bytecode/opencv module and didn't find the cuda warping.

I was trying to use the resize function in it, it there a reason for that?

here are the links

OpenCV contribute Cuda Wraping

Bytedeco Alternative to use in Java

saudet commented 9 months ago

Contributions are welcome!

TomaszTB commented 1 month ago

What about this guy? opencv_cudawarping.java

saudet commented 1 month ago

Thanks @TomaszTB ! I overlooked it :) So it's already there