Ask Your Question

rgap's profile - activity

2018-07-10 06:46:34 -0600 received badge  Popular Question (source)
2017-12-31 16:42:33 -0600 received badge  Nice Question (source)
2014-04-19 20:00:47 -0600 asked a question CLAHE Algorithm implementation

Hi, i want to know if the CLAHE Algorithm implemented in OpenCV uses a 'uniform', 'rayleigh' or 'exponential' distribution. Thanks.

2013-08-20 20:12:55 -0600 commented answer Gaussian filter in color image

I wanted to know how is the algorithm, because i know that its a kernel used for filtering the image, but this is for grayscale (1 channel). I can imply that the filtering its aplied in each channel. berak!!

2013-08-20 19:55:37 -0600 asked a question boundingRect question

Hi, Can i know what algorithm was used for boundingRect (Minimum bounding rectangle) implementation? http://en.wikipedia.org/wiki/Minimum_bounding_rectangle

please, i need to know

2013-08-13 08:28:40 -0600 received badge  Student (source)
2013-08-01 12:21:43 -0600 asked a question Gaussian filter in color image

Hi, How is Gaussian filter implemented for color images (3 channels) ?

Thanks

2013-07-25 02:18:17 -0600 asked a question BilateralFilter complexity

Hi what is bilateralFilter complexity?

2013-04-13 06:40:32 -0600 commented answer GSoC 2013 - how to start

there should be something like http://groups.drupal.org/google-summer-code-2012 where you can post your idea..

2013-03-03 10:10:48 -0600 received badge  Supporter (source)
2013-02-18 19:21:05 -0600 asked a question Algorithm drawContours

Hi

What Algorithm is implemented in drawContours function - CV_FILLED

I call it like this: drawContours( dst, contours, idx, color, CV_FILLED, 8, hierarchy );

Is it FloodFill, Scanline ?

Thanks in advance.

2013-02-06 19:16:31 -0600 asked a question FindContours question

Hi

What algorithm does "findContours" function uses?

2013-01-19 21:00:22 -0600 received badge  Critic (source)
2013-01-18 19:02:45 -0600 answered a question Facial recognition

Hi, you need the following parts:

pre processing - some opencv methods features extraction - it could be with gabor filters classification - maybe with svm (support vector machine)