We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c17b1 commit 0a4b1b8Copy full SHA for 0a4b1b8
doc/py_tutorials/py_feature2d/py_surf_intro/py_surf_intro.markdown
@@ -147,7 +147,7 @@ Finally we check the descriptor size and change it to 128 if it is only 64-dim.
147
False
148
149
# So we make it to True to get 128-dim descriptors.
150
->>> surf.extended = True
+>>> surf.setExtended(True)
151
>>> kp, des = surf.detectAndCompute(img,None)
152
>>> print( surf.descriptorSize() )
153
128
0 commit comments