NLeSC / structure-from-motion

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

Create parallel version of RadialUndistort #22

Closed jspaaks closed 9 years ago

jspaaks commented 9 years ago

(migrated from Jason's NLeSC/PattyGenerate/issue#29)

Like KeyMatchFull, the RadialUndistort tool takes a list of images and undistortes them one by one. Should be replaced by a version that takes a single image. This allows us to parallelise this using a python thread pool.

jmaassen commented 9 years ago

Labeled as future work.