dchaplinsky / unshred

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

unshred

Experiments on Kurchenko Grand-Prix tasks using Python & OpenCV. It was also influenced by Darpa Shredder Challenge on early stages. It is a companion project for unshred-tag, web UI that allows to process individual shreds using power of a crowdsourcing

Project plan

Demo

Installation

What it can (at the moment)

Development

Check features subdir for examples of feature detectors and interfaces they are using. If you have an idea or implementation of good features — contact me!

Requirements

Source files

I've included cropped version of task #1 of Darpa Shredder Challenge for the reference. For original files please visit their website

Speed

On my oldie MBP 17" (2.66 Core I7, 8GB, SSD) it's roughly 10 seconds on first task from DARPA (4600x3600 px), 455 pieces.

Further reading

I've grabbed and implemented first steps of solution from wasabi team.