一个喷码识别的案例 1 read_image (Image, 'D:/用户目录/Desktop/2.png') 2 3 rgb1_to_gray(Image, Image) 4 5 get_image_size (Image, Width, Height) 6 7 * 获取喷...
分类:
其他好文 时间:
2015-12-30 09:21:24
阅读次数:
1863
.gray{ width: 100%; height: 100%; background-color: rgba(0,0,0,.4);position: fixed;z-index: 99; display: none;filter:progid:DXImageTransform.Microsoft...
分类:
其他好文 时间:
2015-12-29 09:49:38
阅读次数:
150
89. Gray CodeTotal Accepted:49119Total Submissions:142633Difficulty:MediumThe gray code is a binary numeral system where two successive values differ ...
分类:
其他好文 时间:
2015-12-20 11:36:58
阅读次数:
128
一、CSS背景1.背景颜色p {background-color: gray;}background-color不能继承,其默认值是transparent。也就是说,如果一个元素没有指定背景色,那么背景就是透明的,这样其祖先元素的背景才能可见。2.背景图像(1)背景图像: body {backgro...
分类:
Web程序 时间:
2015-12-14 20:52:01
阅读次数:
185
import cv2img = cv2.imread( 'E:\A.jpeg' )cv2.imshow( 'img', img )gray = cv2.cvtColor( img, cv2.COLOR_BGR2GRAY )ret, binary = cv2.threshold( gray, 127,...
分类:
其他好文 时间:
2015-12-09 21:39:52
阅读次数:
1051
Jim Gray - Transaction processing: concepts and techniqueshttp://research.microsoft.com/~gray/事务概念事务定义- 事务是由一系列操作序列构成的程序执行单元,这些操作要么都做,要么都不做,是一个不可分割的工作...
分类:
数据库 时间:
2015-12-08 22:10:32
阅读次数:
246
使用 imread 读取图像,图像路径为 imageName ,图像按BGR格式读取。image = imread( imageName, CV_LOAD_IMAGE_COLOR);将RGB图像转化为灰度格式。cvtColor( image, gray_image, CV_BGR2GRAY );使用...
分类:
其他好文 时间:
2015-12-08 10:07:33
阅读次数:
132
css 样式背景颜色p {background-color: gray;}背景图像body {background-image: url(/i/eg_bg_04.gif);}背景重复body{background-image: url(/i/eg_bg_03.gif);background-repe...
分类:
其他好文 时间:
2015-12-06 20:47:25
阅读次数:
219
系统很久没有更新内容了,最近花了2个月的时间每天一点点,从原有系统MVC4+EF5+UNITY2.X+Quartz 2.0+easyui 1.3.4无缝接入 MVC5+EF6+Unity4.x+Quartz 2.3 +easyui 1.4.3.并以easyui 1.4.3的gray皮肤为基础,升级1...
分类:
编程语言 时间:
2015-12-05 21:00:28
阅读次数:
243
前几天在群里面有人找圆形可颜色渐变进度条,其中主要的知识点是SweepGradient; mSweepGradient = new SweepGradient(240, 360, new int[] { Color.CYAN, Color.DKGRAY, Color.GRAY, Color....
分类:
其他好文 时间:
2015-12-05 17:50:55
阅读次数:
654