sunank200 / asana_github_test

0 stars 0 forks source link

Makes the steps parallel for better time complexity and efficiency #15

Open sunank200 opened 6 years ago

sunank200 commented 6 years ago

Issues: In current workflow, there are various steps which can be run simultaneously using multi-thread. Current implementation is using iterative approach. Following steps in the workflow need to have code segments running with multi-threads:

  1. Generation of mask for left and right view (step-2)
  2. Generation of de-wraping files (step-3)
  3. Aligning views and generation of panorama (step-4)
  4. Generation of panorama and creation of final mapping matrix (step-5)