1 / 10

Line Detect

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.

tad-pena
Télécharger la présentation

Line Detect

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Line Detect

  2. Brutal 1.Original Method: use distance vote 208sec  use thread 54sec 2.Vote with bresenham line algorithm 6sec

  3. Tile • 3941point 6sec • 線段完美 • 可以用100%去match • 去掉一些長度<10的完美直線

  4. highway • 線段稍差 • 大概要用80% • 雜線有點多去掉了<35以下的直線

  5. 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.

  6. High way (min 25 sep30 pl0.8)

  7. Tile (min 50 sep5.0 pl0.8)

  8. Highway.raw –sobel 180 (fault)

  9. Tile.raw -Sobel 180 (fault)

More Related