junxnone / aiwiki

AI Wiki
https://junxnone.github.io/aiwiki
18 stars 2 forks source link

CV Feature Moravec #66

Open junxnone opened 3 years ago

junxnone commented 3 years ago

Moravec Corner

Reference

Brief

有的地方解释为四个方向应该是某些 examples 举例时只用了4个方向


Pipeline

Steps Description
1 对图片中每个像素(x, y) 计算相似度-SSD
2 取最小 SSD 作为角点强度构建角点映射图
3 使用阈值 T 筛除强度较小的角点
4 NMS 找出局部最大值作为角点

八个滑动窗口计算相似度
image
alt text
角点映射图 阈值筛选 NMS
image image image

CRF - Corner Response Function

junxnone commented 3 years ago

junxnone/aiwiki#64