码迷,mamicode.com
首页 >  
搜索关键字:scale    ( 3914个结果
SIFT,SURF,ORB,FAST 特征提取算法比较
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
移动web开发都会遇到的坑(会持续更新)
1、自适应第一招如果你发现自己做的网页不能适配,看看是不是遗漏的这行代码,initial-scale控制页面的初始化缩放比,user-scalable控制网页是否允许缩放。2、IOS允许全屏浏览 3、忽略数字是电话号码 4、去除Android对邮箱地址的识别 5、去除URL控件条setTimeout...
分类:移动开发   时间:2015-06-10 12:12:21    阅读次数:133
[pySpark][笔记]spark tutorial from spark official site在ipython notebook 下学习pySpark
+ 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
安卓开发_浅谈Android动画(二)
在学习了四个基本动画之后,现在要学习一些更有用的效果先给出所有的动画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实现gamma灰阶检测
简介   本篇讲解使用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 翻转和旋转的差别
我曾经一直以为旋转跟翻转一样,今日自己旋转了好久都发觉跟翻转差一点点,纠结了十几分钟才明确,仅仅能怪自己的立体感太差了。 css3中的transform中有旋转,放缩,倾斜,平移的功能,分别相应的属性是:rotate,scale,skew,translate 旋转:(rotate)...
分类:Web程序   时间:2015-06-04 19:13:45    阅读次数:119
Android手机屏幕px转dp和dp转px工具类
代码如下: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!