We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3448ae5 commit 49cd46aCopy full SHA for 49cd46a
computer_vision/horn_schunck.py
@@ -12,7 +12,7 @@
12
from typing import SupportsIndex
13
14
import numpy as np
15
-from scipy.ndimage.filters import convolve
+from scipy.ndimage import convolve
16
17
18
def warp(
0 commit comments