SURF算法是著名的尺度不变特征检测器SIFT(Scale-Invariant Features Transform)的高效变种,它为每个检测到的特征定义了位置和尺度,其中尺度的值可用于定义围绕特征点的窗口大小,使得每个特征点都与众不同。这里便是使用SURF算法提取两幅图像中的特征点描述子,并调用OpenCV中的函数进行匹配,最后输出一个可视化的结果,开发平台为Qt5.3.2+OpenCV2.4.9。...
分类:
其他好文 时间:
2015-03-12 22:33:24
阅读次数:
1650
一、卸载原有maven插件MyEclipse 6.5集成了Maven插件,不过有不少bug,用习惯了m2eclipse,不想在这上面浪费时间。要安装m2eclipse,需要先把自带的maven插件卸载掉,卸载步骤如下:1.删除/eclipse/features/com.genuitec.myecli...
分类:
系统相关 时间:
2015-03-12 20:50:45
阅读次数:
216
一、安装方法:
方法一、如果可以上网可在线安装
1. 打开Myeclipse,在菜单栏中选择Help→Software Updates→Find and Install;
2. 选择Search for new features to install,点击Next进入下一步;
3. 点击"New Remote Site"按钮,在弹出的对话框中输入:
n...
分类:
系统相关 时间:
2015-03-11 14:49:54
阅读次数:
171
通过QDockWidget类来实现关键接口void setFeatures(DockWidgetFeatures features)DockWidgetFeatures 是一个 QFlags 类型,用起来有点类似linux里经常用的按位与或的flag(但是用起来更安全,0x00000002可以和任何...
分类:
其他好文 时间:
2015-03-10 13:35:49
阅读次数:
331
本节记录另一种特征点检测算子FAST(Features from Accelerated Segment Test),它依赖少数像素的比较来确定是否接受一个特征点,其检测效率要好于Harris。FAST算法可以获得非常快速的特征点检测,在需要考虑运行速度的时候可以选用,比如在高帧率的视频序列中进行视觉跟踪。...
分类:
编程语言 时间:
2015-03-09 00:32:02
阅读次数:
4584
特征提取函数:int _sift_features( IplImage* img, struct feature** feat, int intvls, double sigma, double contr_thr, int curv_thr, ...
分类:
其他好文 时间:
2015-03-08 00:01:58
阅读次数:
283
What's New in 14.2.4 (VCL Product Line)New Major Features in 14.2What's New in VCL Products 14.2Breaking ChangesTo learn about breaking changes in thi...
分类:
其他好文 时间:
2015-03-06 22:03:35
阅读次数:
1057
提交app的时候出现这样的提示和反馈:
We began the review of your app but are not able to continue because we need a valid demo account to fully assess your app features.
Please provide demo account details, in...
分类:
移动开发 时间:
2015-03-06 09:43:23
阅读次数:
245
??
When you adorn a model with notes,
lUse notes only for those requirements, observations,
reviews, and explanations that you can’t express simply or meaningfully using existing features of...
分类:
其他好文 时间:
2015-03-06 09:39:33
阅读次数:
150
打开ubuntu时,出现的错误如下:Invalid configuration file. File "E:\Ubuntu12.04.vmwarevm\Ubuntu12.04.vmx" was created by a VMware product with more features than t...
分类:
系统相关 时间:
2015-03-05 10:30:02
阅读次数:
143