Skip to content

Commit 9a9db53

Browse files
committed
Add blob feature detection to docstring
1 parent 9127892 commit 9a9db53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysteps/motion/lucaskanade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def dense_lucaskanade(
100100
features tracking algorithm. See the documentation of
101101
:py:func:`pysteps.motion.lucaskanade.track_features`.
102102
103-
fd_method : {"ShiTomasi"}, optional
103+
fd_method : {"ShiTomasi", "blob"}, optional
104104
Name of the feature detection routine. See feature detection methods in
105105
:py:mod:`pysteps.utils.images`.
106106

0 commit comments

Comments
 (0)