kolhizin / bujo

Proof of concepts and sharedlib for bujo app
0 stars 0 forks source link

Update skewed line location to improve line detection #35

Closed kolhizin closed 5 years ago

kolhizin commented 5 years ago

Fine-tune local point location based on loss function of distance to 1-points

Algorithm

  1. Search continuous region with highest density
  2. Go in both directions from this region
  3. Tweak whole remainder of line to find local maxima
  4. Continue to go towards ends tweaking line
kolhizin commented 5 years ago

With high enough threshold jumps to another line. With low enough does nothing. Local approach does not work.