Skip to content

Update w-step in common example and test

Bram Veenboer requested to merge update-wstep into master

Replace the computation of the w_step parameter to match the computation in idg-api: w_step = (2 * kernel_size) / (image_size * image_size).

This makes the code more consistent and allows for representative benchmarking using the example programs.

Merge request reports