Introduction of joblib library to parallelize the execution of interpolate_empty_sites and horn_schunck functions over the different time frames.
Speed up time depends on machine possibility to parallelize multiple processes over the cores.
WARNING: This implementation also fixes the vector_frames size issue taken into account by PR #71.
Please consider to merge PR #71 before this one for result consistency.
Introduction of joblib library to parallelize the execution of interpolate_empty_sites and horn_schunck functions over the different time frames. Speed up time depends on machine possibility to parallelize multiple processes over the cores.
WARNING: This implementation also fixes the vector_frames size issue taken into account by PR #71. Please consider to merge PR #71 before this one for result consistency.