read_image (Image, 'fabrik') *均值滤波 mean_image (Image, ImageMean, 9, 9) *递归滤波器进行滤波 smooth_image (Image, ImageSmooth, 'deriche2', 0.5) *sigma标准方差进行非线性滤波 ...
分类:
其他好文 时间:
2018-06-15 10:47:21
阅读次数:
194
1、 SuperCharger 2、 Indent Guides缩进辅助线 3、 Smooth Scroll平滑滚动 4、 va 5、 File Path On Footer 底部显示文件物理路径 ...
分类:
其他好文 时间:
2018-06-10 00:35:06
阅读次数:
166
插入折线 // 插入折线 function appendLineToChart(name, data, zeroData) { var line = { name: name, type: 'line', xAxisIndex: 0, smooth: false, connectNulls: tru... ...
分类:
其他好文 时间:
2018-06-08 20:32:07
阅读次数:
127
需要虚拟存储器的原因: As demand on the CPU increases, processes slow down in some reasonably smooth way. But if too many processes need too much memory, then so ...
分类:
其他好文 时间:
2018-06-01 20:06:02
阅读次数:
171
1. 基本有序 在众多排序算法中,有一个概念被多次提及:数组基本有序。 例如: 直接插入排序(Insertion Sort)在面对数组基本有序时,体现出良好的性能。 平滑排序(Smooth Sort)在数组趋向有序时,其时间复杂度趋向于 O(n)。 快速排序(Quick Sort)和堆排序(Heap ...
分类:
编程语言 时间:
2018-05-23 02:20:45
阅读次数:
251
目前主流的目标检测算法主要是基于深度学习模型,其可以分成两大类:two-stage检测算法;one-stage检测算法。本文主要介绍第一类检测算法,第二类在下一篇博文中介绍。 目标检测模型的主要性能指标是检测准确度和速度,对于准确度,目标检测要考虑物体的定位准确性,而不单单是分类准确度。一般情况下, ...
分类:
其他好文 时间:
2018-05-21 12:37:19
阅读次数:
14316
Problem: Let $v=(v_1,v_2,v_3)$ be smooth vector field. Show that $-\lap v=\curl\curl v-\n \Div v$. Let $\curl v=w$. Then $$\beex \bea -\lap v_1&=-(\p_ ...
分类:
其他好文 时间:
2018-05-15 16:03:56
阅读次数:
183
Problem: If $a$ is a smooth homogeneous function of degree $m$, show that $$\bex |\dot \lap_ju(x)|\leq C2^{jm}(Mu)(x), \eex$$ where $$\bex (Mf)(x)=\su ...
分类:
其他好文 时间:
2018-05-11 23:16:12
阅读次数:
195
var dataPhp="{$arr}"; var dataArry=dataPhp.split(';'); var chengname="{$chengname}"; var array=chengname.split(',') var series=[]; for(var i= 0,d=0;i< ...
分类:
其他好文 时间:
2018-05-09 15:07:44
阅读次数:
910
you wouldn't try to explore any problem structure in DFO low dimension policy 30 degrees of freedom 120 paramaters to tune keep the positive results i ...
分类:
其他好文 时间:
2018-05-02 16:18:33
阅读次数:
201