内含从国外网站上下的开源C++代码(以OpenCV为基础,但不是直接调用OpenCVC里面的SURF)与原理文档,算法步骤十分明确,注释十分到位,运行环境为VS2008+OpenCV2,希望对深入学习SURF算法的同学有帮助!
2022-05-22 22:06:59 5.13MB SURF OpenCV C++
1
The prevalence in Chinese of grammatical structures that translate into English in different word orders is an important cause of translation difficulty. While previous work has used phrase-structure parses to deal with such ordering problems, we introduce a richer set of Chinese grammatical relations that describes more semantically abstract relations between words. Using these Chinese grammatical relations,we improve a phrase orientation classifier (introduced by Zens and Ney (2006)) that decides the ordering of two phrases when translated into English by adding path features designed over the Chinese typed dependencies. We then apply the log probability of the phrase orientation classifier as an extra feature in a phrase-based MT system, and get significant BLEU point gains on three test sets: MT02 (+0:59), MT03 (+1:00) and MT05 (+0:77). Our Chinese grammatical relations are also likely to be useful for other NLP tasks.
2022-05-17 10:50:02 627KB Chinese parse MT system
1
描述: 这个函数 OPENSURF,是 SURF(加速鲁棒特征)的一个实现。 SURF 将检测图像中的地标点,并通过对(一点点)旋转、缩放和噪声具有鲁棒性的向量来描述这些点。 它可以以与获得专利的 SIFT(尺度不变特征变换)相同的方式使用。 因此根据对应点对齐(配准)两个或多个图像(参见 example3.m),或进行 3D 重建。 执行: Surf 的这个 Matlab 实现是 Chris Evans 的 OpenSurf C# 代码的 Matlab 优化翻译,并给出了完全相同的答案。 Chris Evans 编写了最好的、结构良好的全包 SURF 实现之一。 在他的网站上,您可以找到 OpenSURF 的评估以及 C# 和 C++ 代码。 http://www.chrisevansdev.com/opensurf/ Chris Evans 允许我在(Mathworks)BSD 许
2022-05-11 23:28:43 962KB matlab
1
一个跨平台的库,可计算快速,准确的SIFT图像特征。 libsiftfast提供Octave / Matlab脚本,命令行界面和python界面(siftfastpy)。 使用SIMD指令和OpenMP进行了优化。
2022-05-07 21:59:32 563KB 开源软件
1
Core.Java.Volume.II.Advanced.Features,8th.Edition.chm java核心第8版第二卷
2022-05-04 11:28:41 19.9MB java core
1
心电图功能 从可穿戴设备中提取ECG的特征
2022-04-27 14:33:44 12KB R
1
大名鼎鼎的David Lowe从尺度不变关键点中提取的图像特征,SIFT算法原文
2022-04-01 16:35:13 1017KB SIFT算法论文
1
lowe04年关于SIFT的论文IJCV2004 Distinctive image features from scale invariant keypoints的翻译,完全自己翻着金山词霸翻译的。
2022-04-01 16:30:42 786KB Lowe 04年 SIFT论文 翻译
1
Face Alignment at 3000fps via Regressing Local Binary Features中LBF特征的理解
2022-03-20 11:25:36 793KB LBF landmark detection
1
视觉词典 词袋模型 有完整的介绍 ,ppt文档,注意是ENGLISH WRITTEN
2022-03-17 11:30:06 6.68MB 视觉词典 bag of features
1