码迷,mamicode.com
首页 >  
搜索关键字:gradient    ( 1157个结果
兼容IE与firefox的css 线性渐变(linear-gradient)
IE系列filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FF0000',endColorStr='#F9F900',gradientType='0');参数:startColorStr起始颜色 endColorSt...
分类:Web程序   时间:2015-05-19 16:18:06    阅读次数:245
Write a beautiful button
.btn-warning { color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,0.25); background-color: #faa732; background-image: -moz-linear-gradient(top,#fbb450,...
分类:其他好文   时间:2015-05-15 13:24:39    阅读次数:132
CSS3中的渐变和圆角
渐变:backgroud:linear-gradient()语法:linear-gradient(起点,开始颜色,结束颜色); 起点:top,right,bottom,left,top left,top right, bottom left,bottom right,例:.test{ bac...
分类:Web程序   时间:2015-05-14 15:46:51    阅读次数:119
Android自定义控件(三)——打造闪闪发光的字体
介绍在小米的开机动画和一些欢迎界面中, 我们经常看到这种闪闪发光的流光字体。看起来很炫酷,其实实现原理相当简单,我们只需要写自定义控件继承TextView,然后使用渲染器Gradient设置颜色渐变和Paint的setShadowLayer方法设置阴影,然后不断刷新改变位移即可。 实现首先写一个shineTextView类继承自TextView.public class ShineTextVi...
分类:移动开发   时间:2015-05-13 10:37:07    阅读次数:3642
关于-webkit-filter的用法
http://daneden.github.io/animate.css/.site__title { color: #f35626; background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a); -webkit-backg...
分类:Web程序   时间:2015-05-12 20:55:04    阅读次数:488
目标检測的图像特征提取之(一)HOG特征
1、HOG特征: 方向梯度直方图(Histogram of Oriented Gradient, HOG)特征是一种在计算机视觉和图像处理中用来进行物体检測的特征描写叙述子。它通过计算和统计图像局部区域的梯度方向直方图来构成特征。Hog特征结合SVM分类器已经被广泛应用于图像识别中,尤其在行人检測中...
分类:其他好文   时间:2015-05-10 11:07:58    阅读次数:186
Initialization of deep networks
Initialization of deep networks24 Feb 2015Gustav LarssonAs we all know, the solution to a non-convex optimization algorithm (like stochastic gradient ...
分类:Web程序   时间:2015-05-02 13:44:49    阅读次数:167
Logistic Regression and Gradient Descent
Logistic Regression and Gradient DescentLogistic regression is an excellent tool to know for classification problems. Classification problems are prob...
分类:其他好文   时间:2015-05-02 13:40:13    阅读次数:102
css3 Gradient
grandient 分为: linear-gradient 线性渐变,其共有三个参数,第一个参数表示线性渐变的方向,top是从上到下、left是从左到右,如果定义成left top,那就是从左上角到右下角。第二个和第三个参数分别是起点颜色和终点颜色。你还可以在它们之间插入更多的参数,表示多种颜色的....
分类:Web程序   时间:2015-04-25 22:31:18    阅读次数:145
HOG:从理论到OpenCV实践
原文http://blog.csdn.net/zhazhiqiang/article/details/21047207一、理论1、HOG特征描述子的定义: locally normalised histogram of gradient orientation in dense overlappi....
分类:其他好文   时间:2015-04-25 13:38:14    阅读次数:174
1157条   上一页 1 ... 96 97 98 99 100 ... 116 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!