100 likes | 214 Views
Line Detect. Brutal. 1.Original Method: use distance vote 208sec use thread 54sec 2.Vote with bresenham line algorithm 6sec. Tile. 3941point 6sec 線段完美 可以用 100% 去 match 去掉一些長度 <10 的完美直線. highway. 線段稍差 大概要用 80% 雜線有點多去掉了 <35 以下的直線. Haugh transform.
E N D
Brutal 1.Original Method: use distance vote 208sec use thread 54sec 2.Vote with bresenham line algorithm 6sec
Tile • 3941point 6sec • 線段完美 • 可以用100%去match • 去掉一些長度<10的完美直線
highway • 線段稍差 • 大概要用80% • 雜線有點多去掉了<35以下的直線
Haugh transform Due to one line in haugh plane is only represented by one point . It’s hard to determine which part of these points can draw the best line.