FMarmoreo

Results 3 issues of FMarmoreo

The implementation of the phase_conv2d, nan_conv2d and norm_angle has been replaced by a vectorized implementation approach to significantly speed up code execution (~200x faster for nan_conv2d and ~40x faster for...

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...

Bug fix vector_frames size in optical_flow.py since the last frame of zeros in the initialization of vector_frames is not filled by the horn-schunck algorithm that runs in range frames[:-1]. This,...