You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arrayfire/library/computer_vision.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,8 @@ def sift(
164
164
tuple[Features, Array]
165
165
A tuple containing:
166
166
- An ArrayFire Features object encapsulating the detected keypoints.
167
-
- An ArrayFire Array containing the corresponding descriptors for each keypoint. The descriptors are 128-dimensional vectors describing the local appearance around each keypoint.
167
+
- An ArrayFire Array containing the corresponding descriptors for each keypoint.
168
+
| The descriptors are 128-dimensional vectors describing the local appearance around each keypoint.
0 commit comments