搜索资源列表
GaoJie
- 产生两个远程的发送信号,采用归一化处理使其中一个信号有时延,然后求两个接收信号的高阶累积量.-have two long-distance signal transmission, is used to make a treatment in which a signal delay, Then the received signal for the two Cumulant.
DigitRec
- 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别) 第二步:识别。 首先,打开图像(256色) 再次,进行归一化处理。点击“一次性处理” 最后,点击“R”或者使用菜单找到相应项来进行识别 识别的结果显示在屏幕上,同时也输出到文件result.txt中 该系统的识别率一般为90% 另外,也可以单独对打开的图片一步一步进行图像预处理工作。但要注意,每一步工作只能执行一遍,而且
guiyihua-nor_1
- 归一化处理程序,可以应用与神经网络预测
digital image processing
- 数字图像处理的一个工程, 提供了一些算法 比如二值化,锐化处理,归一化处理等
guiyi.rar
- 实现利用matlab软件对指纹灰度图像作归一化处理,效果还可以。,Matlab software to achieve the use of gray-scale image of the fingerprint for the normalized results can also be.
DlgWaveComm
- 是个串口的数据采集界面程序,完成对采样数据的归一化处理和波形显示,适合现学现用。-Is a serial interface for data acquisition procedures, the completion of the sampling data, normalized, and waveform display, suitable for the current study is to use.
Wav2Adpcm
- 该源码是对 *.wav语音波形文件做去直流电平,归一化处理后进行ADPCM编码压缩,形成编码文件和编码文件转外存格式转化,并利用编码文件做输入,进行解码并生成 *.wav 。该程序算法已经在产品中应用。-The source is a*. wav file to do voice waveform to DC-ping, normalized after treatment ADPCM coding compression, the formation of coding documentati
digital
- 用VC++实现印刷体数字的自动识别,首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90 。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。 具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-“去噪”-“倾斜校正”-“分割”-“标准化尺寸”-
UFR2.0
- 通过人脸图像归一化,人脸检测,特征提取等处理后,实现人脸识别功能-Through the Human face image normalization, face detection, feature extraction, such as treatment, the realization of face recognition feature
face
- 完整的表情识别系统一般包括人脸表情图像捕获、预处理、人脸检测与定位、 人脸分割与归一化、人脸表情特征提取、人脸表情识别。本文着重研究了人脸表 情特征提取、特征选择及表情分类等关键问题,并提出了一些改进的方法,同时 进行了仿真实验-Complete expression recognition systems typically include facial expression image capture, preprocessing, face detection and loca
cLight-Normalization-program-of-CSharp
- c#版本的光照归一化处理程序,可以运行,很经典!欢迎下载-Light Normalization program of C#,It is feasible ,welcome to download it
DataConvert
- 函数功能:对输入的三组数据进行归一化处理,处理之后进行保存-Function: make three sets of input data normalized and save after data process
rZerrnike-maai
- 对输入图像进行预处理后提取目标轮廓,经过归一化处理的到目标形状的平移、尺度不变的链状表达,再通过小波变换进行多尺度度分析;引入Zernike 矩,运用Zernike矩的特性,实现小波表达的旋转不变性,解解决了小波变换对起始点的依赖。 -Preprocessing the input image to extract the target contour, after normalized to the translation of the target shape scale-invaria
TWav2Adpccmh
- 该源码是对 *.wav语音波形文件做去直流电平,归一化处理后进行ADPCM编码压缩,形成编码文件和编码文件转转外存格式转化,并利用编码文件做输入,进行解码并生成 *.wav 。该程序算法已经在产品中应用。 已通过测试。 -The source is the do go to the DC level*. Wav voice waveform file, owned by the ADPCM compression coding processing, the formation of cod
LFM-pulse--compression
- 对线性调频信号进行匹配滤波处理,并进行归一化处理,用于雷达的脉冲压缩仿真-Matched filtering the chirp signals, and the normalization processing, for a radar pulse compression simulation
《MATLAB统计分析与应用》程序与数据
- 数据的导入导出,将数据写入到txt,从TXT读取数据;数据预处理,归一化处理;聚类分析,K均值聚类等(Import and export data, write data to TXT, read data from TXT, data preprocessing, normalization processing, clustering analysis, K clustering, etc.)
pfh
- 使用pfh算法,计算点云特征,计算pfh特征集的最大值,将pfh值进行归一化处理(The PFH algorithm is used to compute the feature of point cloud, and the maximum value of the PFH feature set is calculated, and the PFH value is normalized)
新建文件夹
- 将图像的灰度值归一化到0-1.可以用来作为自适应阈值等的预处理步骤。(The image's gray value is normalized to 0-1.)
Desktop
- matlab将得到图像转换成矩阵,然后将矩阵数据进行归一化处理(Matlab normalization treatment)
欧式距离+归一化
- 本程序是Matlab程序,实现了去数据的批量处理,对数据进行归一化,求欧式距离。压缩包里有数据有程序,并且程序有很详细的注释,是本人自己编写的,希望可以帮到有需要的人!(This program is a Matlab program, which implements batch processing of data, normalization of data and Euclidean distance. There are data and programs in the compres