- 博客(10)
- 资源 (1)
- 收藏
- 关注
原创 Separable convolution: Part 2
<br />I introduced the concept of filter separability. A two-dimensional filter s is said to be separable if it can be written as the convolution of two one-dimensional filters v and h: <br /><br />I said then that "next time" I would explain how to determ
2010-09-06 16:28:00
702
原创 Separable convolution
What is a separable filter?A two-dimensional filter kernel is separable if it can be expressed as the outer product of two vectors. For example, let's look at a Sobel kernel. s = [-1 0 1; -2 0 2; -1 0 1]s = -1 0 1 -2 0 2 -1
2010-09-06 16:20:00
1106
原创 图像去噪——None Local Means Filter
去噪前去噪后 参数设置: kernelratio = 4 ;windowratio = 4 ;filterstrength = 0.1 ;
2010-08-02 16:52:00
1384
原创 Fuzzy sets* - Zadeh - 被引用次数:23269
自从扎德(L.A. Zadeh) 教授于1965 年提出模糊集合(Fuzzy Sets)(参考文献 [1]) 至今已近30 年了。从模糊理论发展初期 所受到的冷嘲热讽、排斥、辩解等, 直到今日 的开花结果, 虽是短短30 年(相对于其他传 统科学的发展), 却值得我们去作一回顾。笔 者想借本文来对模糊理论的基本理念及思想 作一简介并回顾其发展过程以及应用价值。 第一次听到模糊(Fuzzy) 的名词
2010-04-13 13:23:00
2082
1
原创 2. level set Segmentation(Paper is on the progress)
This work is based on the chunming lis work. However, My level set algorithm is more robust. You can see the speed is much faster. 主要的工作是加入了CV模型的global energy以及chunming li的LBF energy, 这样既考虑了全局的能量又避
2010-03-26 16:53:00
1101
1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人