SIFT
VLer.cn
视觉语言模型技术分享
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Scale-space Processing Using Polynomial Representations
http://ga.navi.cs.kumamoto-u.ac.jp/wiki/index.php?Spectral%20SIFT contributions in this paper are as follows:1. propose and demonstrate a method for compressing scale-space images using contin原创 2014-04-03 11:00:39 · 1000 阅读 · 0 评论 -
state-of-the-art implementations related to visual recognition and search
http://rogerioferis.com/VisualRecognitionAndSearch2014/Resources.html转载 2014-06-02 01:01:28 · 2305 阅读 · 0 评论 -
Open Source Projects about Multimedia
http://sigmm.org/Resources/software/projectsThis section lists multimedia open source projects. Feel free to contribute to this list!Advene: aims at providing a model and a format to share a转载 2014-06-02 13:44:12 · 1730 阅读 · 0 评论 -
读取sift点数据函数
从硬盘读取SIFT特征点数据,这些数据是David Lowe的程序生成的,不包含读取描述。http://www.cs.ubc.ca/~lowe/keypoints/readsift.h#pragma once#include struct SiftPoint { double x; double y; double scale; double orientation原创 2017-08-10 16:34:45 · 534 阅读 · 0 评论 -
用深度学习计算单应性矩阵
https://github.com/alexhagiopol/deep_homography_estimationCompute homographies with deep networks instead of feature matching and RANSAC.We present a deep convolutional neural network for estima原创 2018-01-26 13:49:02 · 2168 阅读 · 0 评论
分享