Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COThanks alot for the reply. The problem with standard houghman, that it detects too long edges, i.e. edges are detected where's actually no edges. I believe detecting too few edges and then reconstructing the actual edges is better than too many false positives. Even if I take lines with dominant orientation and remove outliers I'll have too many lines, so I'll probably use the probabilistic houghman and reconstrct the missing lines. Best regards
      singulars
    2. COWell, the length of the line is an artifact of the drawing process (since lines proceed to +/- infinity). You can limit the length of lines since you have a Canny mask. After you eliminate the poor lines by angle (theta), then you'll probably need to cluster them by their radial parameter (rho) this should get you down to the desired number of lines. You'll need to do this clustering regardless of standard or probabilistic since you have multiple lines per step edges.
      singulars
    3. COHello. Unfortuantly I can't remove the poor lines, since I also need to detect the boundaries of the stairs(left/right). But it can be tolrated that some edges are undetected (better than false positives).What I'm doing right now is 1- detect edges with probabilistic houghman.2- build a 2d histogram of edges based on rho and theta. 3- merge almost colinear line segments. in each bin -4 remove short lines -5-due to discritization problem of histogram, lines almost on the boundary of a bin but could be merged with a line from the neighbor bin is then migrated to the other bin and lines are merg
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload