ethz-asl/aslam_cv2

tracking problem

zhizunhu opened this issue · 0 comments

Hello! In the tracking process, you used descriptors to match keypoints firstly. Then you use LK-flow to track the others not matched in first step. But you cannot determine the keypoints which LK-flow generates is the part of the frame_kp1's old keypoints. You just add them to the end. Does it necessary to check it?