Implement global motion parameter computation
This computes global motion parameters between 2 frames by matching corresponding points using FAST feature and then fitting a model using RANSAC. Change-Id: Ib6664df44090e8cfa4db9f2f9e0556931ccfe5c8
Showing
third_party/fastfeat/LICENSE
0 → 100644
third_party/fastfeat/README
0 → 100644
third_party/fastfeat/fast.c
0 → 100644
third_party/fastfeat/fast.h
0 → 100644
This diff is collapsed.
vp10/encoder/corner_detect.c
0 → 100644