spyrit.misc.dual_arm.KeyPoints.find_sift_keypoints

KeyPoints.find_sift_keypoints() Tuple[ndarray, ndarray][source]

Find matching keypoints using SIFT feature detection.

Returns:

Tuple of (src_points, dest_points) as numpy arrays.