-
charrecognition
《VC++数字图像识别技术典型案例》第九章光学字符识别技术,包括预处理、边缘跟踪和特征提取算法("VC Digital Image Recognition Technology typical case," the ninth chapter of optical character recognition technologies, including pretreatment, Edge tracking and feature extraction algorithm)
- 2007-05-28 20:52:03下载
- 积分:1
-
watermark
脆弱水印的matlab实现 脆弱水印的matlab实现(Fragile watermarking matlab implementation)
- 2012-06-08 03:02:10下载
- 积分:1
-
harris_corners_image_registration
应用harris算子进行角点检测,然后利用相关性检测得到匹配焦点,然后进行图像的重采样,适于对于彩色图像的处理,对于灰度图像,只要将harris算子检测时的图像从彩色道灰度图像的语句去掉即可(Application of operator harris corner detection, and then make use of relevant test match to be the focus, and then carried out resampling images, suitable for color image processing, for gray-scale images, as long as the operator will harris Detect when the image from color Road gray-scale images can be removed from the statement)
- 2009-03-20 16:07:41下载
- 积分:1
-
huffman
利用霍夫曼方法进行图像的霍夫曼编码与解码(Hoffman method using images of the Hoffman encoding and decoding)
- 2009-07-01 22:48:25下载
- 积分:1
-
ship
船舶数据处理程序,可以实现船舶任意运动姿态的数据,描绘运动轨迹,从而分析船舶运动姿态(ship data extraction)
- 2020-08-31 19:28:11下载
- 积分:1
-
Opencv3.0 手写数字识别(Hog特征+SVM分类器)
基于Hog特征 SVM分类器,利用Opencv3.0进行手写数字识别的源代码及所需资源文件(训练图片、测试图片)
- 2019-06-04下载
- 积分:1
-
xindianxinhao
以心电信号检测为例,通过小波模极大值奇异性检测和求取Lipschitz指数确定心电信号R波的位置(Taking the ECG signal detection as an example, the position of the R wave of the ECG signal was determined by the singularity detection of the wavelet modulus and the Lipschitz index)
- 2017-04-19 09:58:25下载
- 积分:1
-
fbp
ct 平行束滤波反投影重建算法matlab 分为创建原始图像 投影 滤波重建三个文件(matlab fbp reconstruction algorithm which can be used for CT image reconstruction)
- 2012-08-14 11:40:02下载
- 积分:1
-
qa3
生成静态散斑图,通过快速傅里叶变换,得到激光散斑图。(Generate static speckle pattern)
- 2012-11-13 15:15:45下载
- 积分: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