diff -r c9b06736a477 -r ccd22bbbb02f src/AlgorithmDualScaling.jl --- a/src/AlgorithmDualScaling.jl Sun Apr 21 22:35:03 2024 +0300 +++ b/src/AlgorithmDualScaling.jl Mon Apr 22 09:26:19 2024 +0300 @@ -16,7 +16,8 @@ using ..OpticalFlow: ImageSize, Image, - pdflow! + pdflow!, + DualScaling ######################### # Iterate initialisation @@ -90,7 +91,7 @@ init_data = false end - pdflow!(x, y, v_known) + pdflow!(x, Δx, y, Δy, v_known, DualScaling()) ############ # PDPS step