-
Harris’ method
-
https://qiita.com/icoxfog417/items/adbbf445d357c924b8fc
- This one is easy to understand.
-
Idea: When moving the region up, down, left, and right,
- If there is a large change in all directions, it’s a corner.
- If there is a large change in only one direction, it’s an edge.
-
- Uses Decision Trees
- ID3 algorithm
-
Techniques for finding feature points