dchaplinsky / unshred

Experiments on darpa shredder challenge tasks using python & opencv.
MIT License
39 stars 6 forks source link

Write a feature detector to find fragments of lines on shreds. #10

Open dchaplinsky opened 10 years ago

dchaplinsky commented 10 years ago

We need a feature detector that accepts shred and tries to determine fragment of lines on it. Proposed algorithm is:

Thanks to @mr-const and @xa4a we have partial solution that needs some refinement.

dchaplinsky commented 10 years ago

For existing solution we are looking for:

Idea of building histogram for angles/lengths to filter out false negatives seems fruitful to me. Also, check PR comments I made the other day.

dchaplinsky commented 10 years ago

Is under development in #8