Ask Your Question

El Merendero's profile - activity

2017-10-22 07:28:59 -0600 received badge  Popular Question (source)
2015-11-16 15:24:27 -0600 commented question Calculation L band power of an image

You can read the full paper here: http://www.4shared.com/web/preview/pd...

2015-11-15 09:59:25 -0600 asked a question Calculation L band power of an image

I have to create a fire-detection program following an alghoritm from a scientific paper. At a certain point I have to calculate the "L band power" but I don't know what exacly it means. Can you help me?

image description

2015-11-02 02:32:52 -0600 received badge  Enthusiast
2015-11-01 14:31:31 -0600 asked a question Track Multiple Moving Object

Hi, I want to track multiple object in movement in a video (something similar in this video: https://www.youtube.com/watch?v=lzRGp...). I am basing on the difference of two frame and then thresholding the result but the principal problem is the creation of the rectangle. I can create only a big one who include all object... but I want to create as many rectangles as the number of moving objects.

2015-10-27 06:42:54 -0600 asked a question Problem using OpenCV 2.4.9 with Visual Studio 2015

I'm tring to use OpenCV 2.4.9 with Visual Studio 2015 following this tutorial: https://www.youtube.com/watch?v=SgKmk...

The program compiles but when I try to run it I can't due to a system error (something like "the MSVCP120D.dll is missing. To solve the problem try reinstalling the program")

2015-10-27 06:32:54 -0600 commented question Use C++ and OpenCV in Windows

I tried to build opencv libs following different tutorial but I can't. Which compiler can I choose instead of mingw?

2015-10-26 09:55:43 -0600 asked a question Use C++ and OpenCV in Windows

For a project I have to make a program in C++ with openCV library. Can you suggest me an IDE? Actually I'm using code::blocks but I can not make the library work.

Thanks