mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-11 08:17:09 +08:00
Add reference to moravec operator
This commit is contained in:
@@ -27,6 +27,10 @@ def moravec(image, int block_size=1):
|
||||
response : ndarray
|
||||
Moravec response image.
|
||||
|
||||
References
|
||||
----------
|
||||
..[1] http://kiwi.cs.dal.ca/~dparks/CornerDetection/moravec.htm
|
||||
|
||||
Examples
|
||||
-------
|
||||
>>> from skimage.feature import moravec, peak_local_max
|
||||
|
||||
Reference in New Issue
Block a user