mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 17:45:20 +08:00
Modified docstring
This commit is contained in:
committed by
Stefan van der Walt
parent
2ba41844ff
commit
5de38f290c
+24
-16
@@ -167,23 +167,31 @@ class CENSURE(FeatureDetector):
|
||||
>>> censure = CENSURE()
|
||||
>>> censure.detect(img)
|
||||
>>> censure.keypoints
|
||||
array([[ 71, 148],
|
||||
[ 77, 186],
|
||||
[ 78, 189],
|
||||
[ 89, 174],
|
||||
[127, 134],
|
||||
[131, 133],
|
||||
[134, 125],
|
||||
[137, 125],
|
||||
[149, 36],
|
||||
[162, 165],
|
||||
[168, 167],
|
||||
[170, 5],
|
||||
[171, 29],
|
||||
[179, 20],
|
||||
[194, 65]])
|
||||
array([[ 4, 148],
|
||||
[ 12, 73],
|
||||
[ 21, 176],
|
||||
[ 91, 22],
|
||||
[ 93, 56],
|
||||
[ 94, 22],
|
||||
[ 95, 54],
|
||||
[100, 51],
|
||||
[103, 51],
|
||||
[106, 67],
|
||||
[108, 15],
|
||||
[117, 20],
|
||||
[122, 60],
|
||||
[125, 37],
|
||||
[129, 37],
|
||||
[133, 76],
|
||||
[145, 44],
|
||||
[146, 94],
|
||||
[150, 114],
|
||||
[153, 33],
|
||||
[154, 156],
|
||||
[155, 151],
|
||||
[184, 63]])
|
||||
>>> censure.scales
|
||||
array([2, 4, 2, 3, 4, 2, 2, 3, 4, 6, 3, 2, 3, 4, 2])
|
||||
array([2, 6, 6, 2, 4, 3, 2, 3, 2, 6, 3, 2, 2, 3, 2, 2, 2, 3, 2, 2, 4, 2, 2])
|
||||
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user