SIFT,SURF,ORB,FAST 特征提取算法比较主要的特征检测方法有以下几种,在一般的图像处理库中(如opencv, VLFeat, Boofcv等)都会实现。
FAST ,Machine Learning for High-speed Corner Detection, 2006
SIFT,Distinctive Image Features from Scale-Invariant Key...
分类:
编程语言 时间:
2015-06-11 21:16:00
阅读次数:
472
记录显示一些的动画的基本性质:opacitytransform.scaletransform.scale.xtransform.scale.ytransform.rotation.zmarginzPositionbackgroundColorcornerRadiusborderWidthbounds...
分类:
其他好文 时间:
2015-06-11 20:46:12
阅读次数:
115
1、自适应第一招如果你发现自己做的网页不能适配,看看是不是遗漏的这行代码,initial-scale控制页面的初始化缩放比,user-scalable控制网页是否允许缩放。2、IOS允许全屏浏览 3、忽略数字是电话号码 4、去除Android对邮箱地址的识别 5、去除URL控件条setTimeout...
分类:
移动开发 时间:
2015-06-10 12:12:21
阅读次数:
133
+ Spark Tutorial: Learning Apache SparkThis tutorial will teach you how to use Apache Spark, a framework for large-scale data processing, within a notebook. Many traditional frameworks were designed to...
分类:
编程语言 时间:
2015-06-08 09:48:05
阅读次数:
1200
在学习了四个基本动画之后,现在要学习一些更有用的效果先给出所有的动画xml 1 2 3 4 8 9 10 alpha.xml 透明动画 1 2 3 4 11 12 rotate.xml旋转动画 1 2 3 4 14 15 scale.xml缩放动...
分类:
移动开发 时间:
2015-06-06 17:54:57
阅读次数:
257
记录下显示动画的部分基本属性:
opacity
transform.scale
transform.scale.x
transform.scale.y
transform.rotation.z
margin
zPosition
backgroundColor
cornerRadius
borderWidth
bounds
contents
contentsRect
co...
分类:
其他好文 时间:
2015-06-05 10:18:06
阅读次数:
138
简介
本篇讲解使用opencv来测试,表示camera gamma参数的灰阶卡图片指标:YA Block、DynamicRange、Gray Scale。
具体实现
实现代码
#include
#include
#include
#include
#include
#include
#include
#include "opencv2/imgproc/i...
分类:
其他好文 时间:
2015-06-05 08:48:50
阅读次数:
302
我曾经一直以为旋转跟翻转一样,今日自己旋转了好久都发觉跟翻转差一点点,纠结了十几分钟才明确,仅仅能怪自己的立体感太差了。 css3中的transform中有旋转,放缩,倾斜,平移的功能,分别相应的属性是:rotate,scale,skew,translate 旋转:(rotate)...
分类:
Web程序 时间:
2015-06-04 19:13:45
阅读次数:
119
代码如下:import android.content.Context;public class DensityUtil { private static float scale; /**
* 根据手机的分辨率从 dp 的单位 转成为 px(像素)
*/
public static int dip2px(Context context, float dpVal...
分类:
移动开发 时间:
2015-06-04 15:44:30
阅读次数:
148