Open GoogleCodeExporter opened 8 years ago
Unfortunately, I just found a bug in DuplicateLines.patch.
I did not test the situation where a line with negative radius at 179.9 degrees
needs to join one with positive radius at 0, and that fails miserably. Here's a
new one.
Also, I removed the throw in this version, and replaced it with the above
minLineIntensity-changing code.
Original comment by dales...@gmail.com
on 17 Aug 2010 at 10:43
Attachments:
I found another issue here: If I use the same HoughLineTransformation multiple
times, the always-increasing MinLineIntensity property can cause unexpected
results, necessitating a reset before every call to ProcessImage.
This patch, which replaces the above, solves that issue by adding a new
ResultMinLineIntensity that is set during processing. It also makes this line
filtering optional.
I left the documentation warning in. There has to be a way to reference all
overloads, but I couldn't find it.
Original comment by dales...@gmail.com
on 11 Jan 2011 at 4:50
Attachments:
Original issue reported on code.google.com by
dales...@gmail.com
on 17 Aug 2010 at 5:30Attachments: