<!DOCTYPE html PUBLIC " //W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1 transitional.dtd" body, table{font family: 微软雅黑 ...
分类:
编程语言 时间:
2018-06-14 14:41:53
阅读次数:
220
scale_image_max 2016年11月28日 16:42:08 阅读数:700 2016年11月28日 16:42:08 阅读数:700 阅读数:700 scale_image_max(Image : ImageScaleMax : : ) Maximum gray value sprea ...
分类:
其他好文 时间:
2018-06-14 11:21:36
阅读次数:
220
描述The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total n ...
分类:
编程语言 时间:
2018-06-11 01:59:16
阅读次数:
175
1 __author__ = "WSX" 2 import cv2 as cv 3 import numpy as np 4 5 def local_threshold(img): #局部阈值 6 gray = cv.cvtColor(img , cv.COLOR_BGR2GRAY) #首先变为灰度... ...
分类:
编程语言 时间:
2018-06-10 00:33:04
阅读次数:
540
opencv进行视频拍摄 主要类: VideoCapture与VideoWriter 代码: double rate = 30.0; Size videoSize(1280, 960); VideoCapture capture(0); //(1) capture.set(CAP_PROP_POS_ ...
分类:
其他好文 时间:
2018-06-01 17:33:25
阅读次数:
163
字体、字号与颜色 具体代码: 呈现效果如下: 我是华文彩云 color=gray color= 0099ff size=5 face="黑体" 背景色 具体代码: 呈现效果如下 这里的背景色是:OrangeRed, 十六进制颜色值: FF4500, rgb(255, 69, 0) ...
分类:
其他好文 时间:
2018-05-31 02:24:51
阅读次数:
923
1、基本类型和引用类型的值 在js中,变量可能包含两种不同数据类型的值,基本类型值和引用类型值。基本类型值指的是简单的数据段,而引用类型值指的是那些可能由多个值构成的对象。 1.1、动态的属性 定义基本类型值和引用类型值得方式是类似的,创建一个变量并且为该变量赋值。但是,当这个值保存到变量中以后,对 ...
分类:
Web程序 时间:
2018-05-31 00:26:16
阅读次数:
205
在SpringBoot中,多环节的配置文件名基于application-{profile}.properties的格式,其中{profile}对应环境标识,比如: application-daily.properties 测试环境 application-gray.properties 灰度环境 a ...
分类:
编程语言 时间:
2018-05-30 22:52:43
阅读次数:
737