-
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
-
matlab回归法做图像变化
matlab回归法做图像变化检测。有图片有结果,有论文说明,可参照使用(Matlab regression method for image change detection. There are pictures of the results, there are papers, can refer to use)
- 2017-10-25 17:39:39下载
- 积分:1
-
stich
用matlab实现两幅彩色图像的无缝融合,输出结果为灰度图象(Using two color images matlab realize seamless integration, the output for gray-scale image)
- 2008-05-21 20:05:57下载
- 积分:1
-
MSDfenbu
本代码可以实现统计彩色图像RGB三个通道内的交流分量,通过对比确定,图像是否经过高斯模糊篡改。(This code can realize statistical color image RGB three channels in the ac component, by comparing the sure, whether image through gaussian blur manipulation.)
- 2012-09-26 22:26:30下载
- 积分:1
-
Hough
Hough检测直线,圆,椭圆的代码,用hough变换实现圆的检测,能完美检测出图像中的圆、直线和椭圆(Hough detection of straight line, circle, ellipse, code, hough transform circle detection can be perfect in the detected image of circles, lines and ellipses)
- 2013-04-10 17:55:26下载
- 积分:1
-
colorju
对图像进行颜色空间转换,提取出图像的3个颜色矩特征。(hu features )
- 2017-05-25 10:56:20下载
- 积分:1
-
Deblurring-Images
本书介绍了图像去模糊化的一些基本的知识,并且主要针对svd和spectral decomposition的去模糊算法进行了介绍,以及对于这些方法的一些提高计算速度的算法进行了详细是介绍(This ebook intruduces some basic knowledge of deblurring, especially the methods of SVD and Spectral Decomposition, and some fast algorithms for the two methods.)
- 2020-12-12 10:49:16下载
- 积分:1
-
WT1
通过小波包变换进行工业系统中的故障识别,去噪(Wavelet Transform)
- 2013-05-11 12:35:58下载
- 积分:1
-
Corner
根据论文Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support算法写的角点检测(err)
- 2021-01-26 22:38:41下载
- 积分:1
-
matlab_video_cature
视频图像处理,可以实时处理视频数据,包括canny算子,边缘检测等(video image processing, real-time processing video data, including the canny operator, edge detection, etc.)
- 2007-04-08 21:39:55下载
- 积分:1