
SIFT
OpenCV中文网公众号
专注分享OpenCV和计算机视觉最新技术
展开
-
用深度学习计算单应性矩阵
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 · 2101 阅读 · 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 · 504 阅读 · 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 · 1685 阅读 · 0 评论 -
state-of-the-art implementations related to visual recognition and search
http://rogerioferis.com/VisualRecognitionAndSearch2014/Resources.html转载 2014-06-02 01:01:28 · 2240 阅读 · 0 评论 -
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 · 974 阅读 · 0 评论