dchaplinsky / unshred

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

Extract Sheet and Shred classes away from their IO operations. #6

Closed parabolala closed 10 years ago

parabolala commented 10 years ago

The change separates IO operations on sheets and shreds (loading/rendering) from actual CV operations by extracting Sheet into a separate class unaware of files, or directories. This is intended to make it easier to introduce localised unittests for separate CV modules.

dchaplinsky commented 10 years ago

Looking good!

parabolala commented 10 years ago

PTAL.

dchaplinsky commented 10 years ago

borat-high-five