Dec 152011
This patch is on opencv svn revision 7044 as an interim hack for those who would like to switch to cuda release 4.1 but depend heavily on opencv.
This patch is on opencv svn revision 7044 as an interim hack for those who would like to switch to cuda release 4.1 but depend heavily on opencv.
1. Download opencv sources: here, download using svn
2. Copy the content of the link in post, save as a text file
opencv_cuda41.patch.3. Go to the opencv source folder
4. Issue command
patch -p0 opencv_cuda41.patch5. Follow the instructions, compile opencv code and install it, enable cuda support in cmake configuration, use cuda 4.1 installation location if you have side-by-side installation of current and older version.
thank u, can you tell me how to use the patch?