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
Have you tried to compare the results between the original and your fixed version?
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!