-
nonlocaldenoise
说明: 非局部去噪算法-nonlocal denoise 源码(Non-Local Denoising Algorithm-nonlocal denoise source)
- 2008-10-26 22:53:07下载
- 积分:1
-
CollisionDetection
碰撞检测完整实例 (Complete example of collision detection)
- 2009-07-10 12:01:36下载
- 积分:1
-
matlab
基本实现光流法,可以显示出两张图片中,光流的方向。(The basic realization of optical flow method, can show two pictures of the direction of flow.)
- 2016-03-09 16:10:20下载
- 积分:1
-
nonmaxsup
CANNY算子的非极大值抑制步骤,使用插值计算,支持不同的抑制半径(Non-maxima suppression step CANNY Operators using interpolation, support different radii suppression)
- 2016-05-19 11:38:16下载
- 积分:1
-
MRF-grubcut
通过Markov随机场(MRF)实现图像的分割,例程给出了图像分割为3类的MRF算法(By Markov random field (MRF) for image segmentation, image segmentation routine gives the MRF algorithm for the three classes)
- 2013-08-26 21:48:28下载
- 积分:1
-
H-noise_low_pass_bayer
说明: Pixel design for H-noise cal; imageJ platform ; test done
- 2020-06-22 16:00:01下载
- 积分:1
-
基于OpenCV的MPEG-7特征提取 MPEG7FexLib_src_OpenCV22
说明: 基于OpenCV的MPEG-7特征提取,c++代码(MPEG-7 feature extraction based on OpenCV)
- 2020-06-23 05:00:01下载
- 积分:1
-
blinddeconv
基于matlab开发的因离焦产生的图像模糊处理,利用盲卷积处理方法,取得很好的效果(blind deconvolation)
- 2011-12-28 14:41:22下载
- 积分:1
-
Watershed-16
分水岭算法的实现,能自动对图像进行分割,任何图像都能够读取(Watershed algorithm, can automatically split the image)
- 2010-07-19 15:33:21下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1