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