RANSAC

Concept:



隨機選擇一組資料的子集,計算這個子集的轉換式,找出符合此轉換式的所有資料,稱之為inliers,反覆隨機選取子集直到inliers數量多到足以代表整組資料時。

RANSAC Line fitting example:



RANSAC computer vision applications:

  • RANSAC for feature matching
  • RANSAC for homography
Reference:


留言

這個網誌中的熱門文章

Useful PX4 Parameters

Tuing PID parameters in QGroundcontrol (2)

Matlab Pixhawk Support Package installation (Windows)