搜索资源列表
javasift
- sift算法是一种检测局部特征的算法,该算法通过求一幅图中的特征点(interest points,or corner points)及其有关scale 和 orientation 的描述子得到特征并进行图像特征点匹配,获得了良好效果-Sift algorithm is a kind of partial feature detection algorithm, the algorithm by calculating a picture of the feature points (inter
Python实现聚类融合的目标跟踪算法
- Python实现目标跟踪算法,使用了模板匹配搭配光流法并使用聚类融合实现特征点分类聚合的算法。