Ask Your Question

giubacchio's profile - activity

2017-01-24 01:30:39 -0600 received badge  Enthusiast
2017-01-16 10:36:02 -0600 commented question Doubt on HoughLinesProbabilistic function

Not yet, since I was thinking that probably the opencv implementation should be correct, and I was looking for my mistake.. Anyway, since nobody replied me, I could try to do it!

2017-01-10 15:39:58 -0600 received badge  Student (source)
2017-01-10 15:01:04 -0600 received badge  Editor (source)
2017-01-10 15:00:58 -0600 asked a question Doubt on HoughLinesProbabilistic function

Hi all!

I was looking to the code of the HoughLinesProbabilistic function in the hough.cpp file, and I found something strange to me.

What makes me doubting is the part in which the accumulator is decremented after a "good_line" has been found (line 633 - 641): in fact while only a fraction of its pixels took part to the voting in the accumulator, it seems that all of his pixels take part in decrementing the same accumulator.

I'm not sure whether this is the correct place where talking about that, but I was not sure about reporting an issue on github either.

Thanks, Giulio