NLeSC / structure-from-motion

Structure from Motion Pipeline
GNU General Public License v2.0
61 stars 17 forks source link

try to remove images-from-video dependencies #4

Open jspaaks opened 9 years ago

jspaaks commented 9 years ago

Currently uses:

Should be possible to read and write using Python's Pillow/PIL library, following this code.

jspaaks commented 9 years ago

added some code in a new branch that uses PIL.