Hi,
I am new to opencv and I have the following questions.
- Is it possible to use opencv functions in CUDA program ? I tried it and I haven’t been able to compile it successfully. CImg doesn’t seem to compile too.
- Regarding opencv-GPU, the sample program on OpenCV-GPU page compiles and runs successfully. apart from the opencv-gpu functions, is there a way to include my own cuda kernels in the program ?