搜索资源列表
libsift-1.8.tar
- The SIFT feature detection algorithm has been invented and published by David Lowe at the University of British Columbia. A detailed account of the complete algorithm is available at http://www.cs.ubc.ca/~lowe/papers
lowe_keysV3.tar
- This directory contains a research implementation of the SIFT software for invariant keypoint detection described in papers by David Lowe. See the web page at http://www.cs.ubc.ca/~lowe/keypoints/ for references
tetris-project
- 一个java的俄罗斯方块实现,在UBC大学的教学中采用(内含一些题目)
H.263源代码
- h.263+视频开发包的一个源代码实现,兼容所有的h.263标准,尤加拿大哥伦比亚大学开发。-H.263+ source code of video development package implement developed by University of Northern British Columbia, is compatible with all H.263 series of standards.
libsift-1.8.tar
- The SIFT feature detection algorithm has been invented and published by David Lowe at the University of British Columbia. A detailed account of the complete algorithm is available at http://www.cs.ubc.ca/~lowe/papers
lowe_keysV3.tar
- This directory contains a research implementation of the SIFT software for invariant keypoint detection described in papers by David Lowe. See the web page at http://www.cs.ubc.ca/~lowe/keypoints/ for references
tetris-project
- 一个java的俄罗斯方块实现,在UBC大学的教学中采用(内含一些题目)-A java realization of the Russian box in the UBC used in university teaching (including some of the topics)
Kalman_filter_toolbox_for_Matlab
- Kalman filter toolbox for Matlab from http://www.cs.ubc.ca/~murphyk/Software/Kalman/kalman.html
ToolboxLS-UBC
- level set by UBC 提供了水平及提取轮廓的功能-level set by UBC provides the function of the level and contour extraction
My_Des
- 自己动手写的一个基于VC6的加密解密的动态库,包括常用的PBOC规范的DES,3DES,MAC,等加密函数。-Write yourself a VC6-based encryption and decryption of the dynamic libraries, including the commonly used PBOC standard DES, 3DES, MAC, and other encryption functio
sift
- Sift by David Low from UBC about computer vision features
jpeg_ls_XIAOLUO
- JpegLs源码,由UBC和HP在2000年联合开发-JpegLS project,developed by UBC and HP.
android-utiliser-sift
- SIFT (Scale-invariant feature transform) est un algorithme de vision assistée par ordinateur permettant de détecter et décrire des zones d intérêts dans une image. Cet algorithme a été publié par David Lowe en 1999, et
ubc_2010_spring_wang_liwei
- UBC大学关于发电机建模的博士论文,详尽的介绍了同步机与异步机传统的建模方法,在此基础上介绍了VBR等先进的建模方法。可供学电机的同学参考。-Modeling of electrical machines.Most machine models are based on the dq reference fr a me.The phase-domain model.This thesis focus on improving the n
mod_lowe_demo
- SIFT提出者的程序,SIFT特征匹配,测试可用 来自 http://www.cs.ubc.ca/~lowe/keypoints/-the program for SIFT algorithm it s useful for graphics match http://www.cs.ubc.ca/~lowe/keypoints/
Demo_ADMM-UBC
- Deconvolution of Images
sift
- David G.Lowe的SIFT算子 Matlab实现,运行前要把siftWin32文件放在Matlab的win目录下,具体调用请参照README- code for detecting and matching SIFT features David Lowe (lowe@cs.ubc.ca)
ubc
- On-chip UBC support for SH-4A CPUs.
sift
- sift代码,非常详细,容易理解,来源于http://www.cs.ubc.ca/~lowe/keypoints/-the code of sift
SIFT
- SIFT是由UBC(university of British Column)的教授David Lowe 于1999年提出, 并在2004年得以完善的一种检测图像关键点(key points , 或者称为图像的interest points(兴趣点) ), 并对关键点提取其局部尺度不变特征的描绘子, 采用这个描绘子进行用于对两幅相关的图像进行匹配(matching)。 目前, SIFT可以说是所有图像局部特征描述特征子 中最火的一个了。