Ask Your Question

curryage's profile - activity

2013-07-26 16:15:00 -0600 received badge  Editor (source)
2013-07-26 16:14:35 -0600 answered a question Compile OpenCV 245 for Win7 x64 with MSVC 2010 (x86) and CUDA

Open 'Properties' panel of opencv_ocl project. Under 'Linker'->Additional Dependencies, add the path to the 32-bit version of OpenCL.lib. On my machine, it is located at "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.0\lib\Win32\OpenCL.lib". Re-compile opencv_ocl and the above errors should disappear.

2013-07-26 16:13:33 -0600 commented question Compile OpenCV 245 for Win7 x64 with MSVC 2010 (x86) and CUDA

Open 'Properties' panel of opencv_ocl project. Under 'Linker'->Additional Dependencies, add the path to the 32-bit version of OpenCL.lib. On my machine, it is located at "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.0\lib\x64\OpenCL.lib".

2013-07-09 14:39:32 -0600 commented answer Use of CLAHE

How do you de-allocate clahe's memory after using it ? I saw collectGarbage() as one of the methods. Is that the right one ?

2013-07-09 14:36:03 -0600 received badge  Supporter (source)