Ask Your Question

LFDC89's profile - activity

2017-08-06 11:17:31 -0600 received badge  Famous Question (source)
2017-01-13 21:24:29 -0600 received badge  Notable Question (source)
2016-06-17 07:11:14 -0600 received badge  Popular Question (source)
2015-05-24 13:22:53 -0600 answered a question Conversion from RGB to HSI

Thanks so much! It works! :)

2015-05-24 09:12:10 -0600 received badge  Enthusiast
2015-05-23 08:25:17 -0600 asked a question How to use openCV and CUDA

Hi, I want to use openCV and CUDA to calculate an histogram, loading image tough openCV functions and calculating histogram tough CUDA functions and kernel. Could someone explain me how I can do this? (wich IDE use, hoqw to configure it and so on...)

thank so much!

2015-05-22 10:20:47 -0600 asked a question Conversion from RGB to HSI

Hi to all! I need a color conversion from RGB (or BGR) color space into HSI color space. But openCV implements only RGBtoHSV or RGBtoHLS color conversion. Is there a function, a plugin or something else that could make this conversion??

Thanks everybody for your answers!

2015-05-20 10:11:45 -0600 commented answer Creating a Visual Studio 2012 project including openCV and CUDA 7.0

I'm sorry but is the first time that I use Cmake, CUDA with openCV and so I haven't understand the utilization of Cmake. What's the first step I've to do???

2015-05-20 09:42:42 -0600 answered a question Creating a Visual Studio 2012 project including openCV and CUDA 7.0

We have a problem: we build OpenCV.sln but this isn't a CUDA project, so it doesn't find CUDA libraries. It's possible to create a Visual Studio 2012 CUDA project first, and then add OpenCV libraries?

2015-05-20 04:50:42 -0600 commented question Creating a Visual Studio 2012 project including openCV and CUDA 7.0

How can I build openCV with CUDA??

sorry for my incompetence.

2015-05-15 10:24:13 -0600 asked a question Creating a Visual Studio 2012 project including openCV and CUDA 7.0

Hi, I want to create a visual studio project with CUDA framework and openCV library (I need openCV to read an image and then I'd like to calculate an histograme image using parallel threads). Thre's a tutorial that can explain me how I can do this?

thanks to everybody!