kolhizin / bujo

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

Find text using haar features and starting point #13

Closed kolhizin closed 5 years ago

kolhizin commented 5 years ago

Input

Algorithm

  1. Move fixed amount of pixels to the right/left
  2. Find best vertical offset (-height/2, height/2) of this horizontal position
  3. Verify that it is text. If not, stop.

DoD

kolhizin commented 5 years ago

Starting points and horizontal offsets are not even needed. Good results even without them.