Skip to content

Commit 49cd46a

Browse files
Update convolve function namespace (TheAlgorithms#7390)
1 parent 3448ae5 commit 49cd46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

computer_vision/horn_schunck.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from typing import SupportsIndex
1313

1414
import numpy as np
15-
from scipy.ndimage.filters import convolve
15+
from scipy.ndimage import convolve
1616

1717

1818
def warp(

0 commit comments

Comments
 (0)