- 博客(6)
- 收藏
- 关注
原创 图像处理之卷积滤波
1. 滤波:图像对应像素和掩膜(mask)的乘积之和。滤波步骤:对原始图像的边缘进行某种方式的填充(一般为0填充)将掩膜划过整幅图像,计算图像中每个像素点的滤波结果note: 滤波后的图像大小不变。2. 卷积卷积的原理与滤波类似,但是有细微的差别。但是卷积操作在做乘积之前需要将卷积核翻转180度,之后再做乘积。并且不做边界补充,直接对图像进行相应位置乘积和。--> 卷积会改变图像大小最后,关...
2018-05-01 17:43:40
753
原创 3A算法
色温是指绝对黑体从绝对零度(一273℃)开始加温后所呈现的颜色,黑体在受热后.逐渐由黑变红,转黄,发白,最后发出蓝色光使用这种方法标定的色温与普通大众所认为的“暖”和“冷”正好相反,例如,通常人们会感觉红色.橙色和黄色较暖,白色和蓝色较冷,而实际上红色的色温最低,然后逐步增加的是橙色、黄色、白色和蓝色,蓝色是最高的色温。色温越低,色调越暖(偏红);色温越高,色调越冷(偏蓝)AW: 一般的算法调节白...
2018-04-24 22:26:28
1220
原创 caffe学习--安装(cudnn7.5+cuda8.0+ubuntun16.04)
安装环境:cudnn7.5+cuda8.0+ubuntun16.04general dependencies:apt sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial-dev protobuf-compilersudo apt-get install --n...
2018-04-19 13:57:47
378
原创 how to access the source code of functions in MATLAB
in the MATLAB command prompt:doc function_name: type function_name : open function_name : edit function_name : open the m file of the functionthe built-in functions such as max, min, sum functions can...
2018-04-18 15:47:58
151
原创 Tensorflow 的动态机制Eager Execution
从tensorflow的1.5版起,tensorflow也开始启用动态机制Eager Execution了,它支持大部分tensorflow运作和gpu加速Eager Execution是一个很灵活的机器学习平台,可以提供给(An intuitive interface,Easier debugging,Natural control flow)下面几行代码可以很容易的帮我们入门使用Eager E...
2018-04-14 09:05:10
382
原创 tensorflow 源码安装(for MacOS)
install tensorflow from sources for MacOS运行tensorflow时经常遇到如下问题:The TensorFlow library wasn’t compiled to use SSE4.1/SSE4.2 /AVX/AVX2/FMA instructions, but these are available on your machine and c
2018-02-05 11:00:20
1610
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人