Ask Your Question

yuranan's profile - activity

2016-11-18 02:47:04 -0600 asked a question Modifing source code

Hi,

I want to modify some part of openCV code. My purpose is to implement convolvution function with CUDA. I'm using ubuntu os, so was built by cmake and make commands. However, I'm new to cmake and makefile process. Thus, I doon't know how to include my file, which is .cu for cuda file, to source code.

Could you give me suggestion?