tracking problem
zhizunhu opened this issue · 0 comments
zhizunhu commented
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?