Fix short description of moravec corner detector

This commit is contained in:
Johannes Schönberger
2012-12-09 17:34:12 +01:00
parent 0f639e4989
commit 6e193175f9
+1 -1
View File
@@ -11,7 +11,7 @@ from skimage.util import img_as_float
def corner_moravec(image, int window_size=1):
"""Compute Moravec response image.
"""Compute Moravec corner measure response image.
This is one of the simplest corner detectors and is comparatively fast but
has several limitations (e.g. not rotation invariant).