geohot / twitchslam

A toy implementation of monocular SLAM written while livestreaming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Shi-Tomasi vs. FAST keypoint detector?

kemfic opened this issue · comments

Just wondering, is there a reason why cv2.goodFeaturesToTrack() is being used instead of ORB's built-in FAST keypoint detector? Is it faster or more robust?

apparently orb's FAST detector is weird