CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - normalization matlab

搜索资源列表

  1. zhifangtujunhenghua

    0下载:
  2. 直方图均衡化即归一化matlab程序,编写的目的也是为了模式识别处理样本。-Histogram equalization matlab that the normalization process, the preparation was also intended to deal with sample pattern recognition.
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:8269
    • 提供者:
  1. normalization

    0下载:
  2. 图像的二值化处理就是讲图像上的点的灰度置为0或255,也就是讲整个图像呈现出明显的黑白效果。即将256个亮度等级的灰度图像通过适当的阀值选取而获得仍然可以反映图像整体和局部特征的二值化图像。-Binary image processing is to say the point of image gray-scale home for 0 or 255, that is, speaking of the images clearly show the effect of black and wh
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:2741
    • 提供者:zhangyun
  1. jiejian1

    0下载:
  2. 用于指纹图象的归一化,和二值化处理,具有很好的效果-The normalization and binaryzation processing in the fingerprint image ,the result is good.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-04
    • 文件大小:2314
    • 提供者:何胡
  1. 40

    0下载:
  2. 近年来,随着互联网的高速发展,网上的多媒体信息也急剧增加,这些多媒体信息以图像为主。如何从浩瀚的图像数据库中快速、准确地找出所需要的图像,己成为一个备受关注的研究课题。有效地组织、管理和检索大规模的图像数据成为迫切需要解决的问题。于是基于内容的图像检索(Content-Based Image Retrieval: CBIR)作为一个崭新的研究领域出现了。 本课题拟研究、分析彩色图像红、绿、蓝三基色直方图的生成、特征提取和相似度等问题,应用图像的颜色信息—三基色直方图对图像进行检索。针对基于颜
  3. 所属分类:Wavelet

    • 发布日期:2017-04-05
    • 文件大小:408756
    • 提供者:qichao
  1. PSO_base_RBF

    3下载:
  2. PSO的RBFNN优化程序 算法步骤 1.样本数据归一化处理,即将输入输出归一化到[-1,1]区间; 2.确定RBF网络的中心和宽度; 3.以拟合误差的均方根作为性能指标,使用PSO算法优化RBF网络输出层到隐层的连接权值矩阵-PSO-RBFNN algorithm optimization procedures Step 1. Sample data normalization treatment, about input and output normalized to [-
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:3815
    • 提供者:aKON
  1. shujuguiyihua1

    0下载:
  2. 数据提取和数据归一化 数据插值 imf分量绘图 imf分量能量-Data extraction and data normalization data interpolation imf component drawings imf component of energy
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:1162
    • 提供者:杨崧
  1. matlab

    0下载:
  2. 归一化算法,很好的源代码,好不容易找到的,分享一下。-Normalization algorithm, a good source code, hard to find, and share.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:20220
    • 提供者:林起
  1. iris_normalization

    0下载:
  2. iris normalization with convertion of cartesian to polar
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1762
    • 提供者:sadegh
  1. soliton

    2下载:
  2. 采用分步傅里叶方法对NLSE 进行了求解,并在归一化和功率补偿条件下模拟和分析了输入脉冲为双曲正割脉冲,高斯脉冲,超高斯脉冲传输对比情况,以及一到三阶双曲正割光脉冲条件下光脉冲传输演变情况-Using split-step Fourier method NLSE was solved, and in the normalization and power compensation under simulation and analysis of the input pulse for the h
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1183
    • 提供者:sara
  1. LS_SVM

    0下载:
  2. 最小二乘支持向量机,LS_SVM.m为主函数,normalization.m为归一化函数,release.m为反归一化函数。-Least squares support vector machine, LS_SVM.m is the main function, normalization.m is the normalization function, release.m is the normalization function.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1219
    • 提供者:赵凯
  1. Algorithmic-and-Mathematical-Principles-of-Automa

    0下载:
  2. This work deals with problematic from field of artificial intelligence, machine vision and neural networks in construction of an automatic number plate recognition system (ANPR). This problematic includes mathematical principles and algorithms, w
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:2325227
    • 提供者:Serhat
  1. ELM

    1下载:
  2. 训练集/测试集产生 load spectra_data.mat 随机产生训练集和测试集 temp = randperm(size(NIR,1)) 训练集——50个样本 P_train = NIR(temp(1:50),:) T_train = octane(temp(1:50),:) 测试集——10个样本 P_test = NIR(temp(51:end),:) T_test = octane(temp(51:end),:) N = si
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1202
    • 提供者:王飞
  1. guiyihua

    0下载:
  2. 介绍了matlab中的数据归一化,并结合实例分析了归一化具体步骤及用ANN进行预测的方法。-Matlab introduced in the data normalization with examples of the normalized specific steps and methods used ANN to predict.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3227
    • 提供者:年糕
  1. svm00

    0下载:
  2. 图像处理,包括图像特征提取,图像分类,图像归一化-Image processing, including image feature extraction, image classification, image normalization, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1176
    • 提供者:高伟
  1. mapminmax

    0下载:
  2. 数据归一化函数,有些matlab没有此函数,在此,上传一个函数让大家共享,-Data normalization function, some matlab does not have this function, in this, the upload function to share, thank you
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1771
    • 提供者:杨金宽
  1. Based-on-the-matlab--normalization

    0下载:
  2. 基于 matlab 的神经网络归一化.doc-Based on the matlab neural network normalization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:15246
    • 提供者:byt
  1. matlab-data-normalization-summary

    0下载:
  2. matlab数据归一化汇总,在matlab里面,用于归一化的方法共有三种: (1)premnmx、postmnmx、tramnmx (2)prestd、poststd、trastd (3)是用matlab语言自己编程。-matlab data normalization summary
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:5068
    • 提供者:宋涛
  1. Normalization

    0下载:
  2. this file represent normalization in binary normalization, bipolar normalization and lda using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1096
    • 提供者:nad
  1. normalization

    0下载:
  2. 基于matlab的实现函数归一化的功能,可将函数进行均值为0,方差为1的归一化处理。-Matlab-based implementation of function of the normalized function, can function with mean 0, variance 1 normalization processing.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:656
    • 提供者:洪源
  1. Face-image-normalization

    1下载:
  2. 用matlab写的一个将人脸图像进行归一化处理的程序,主要是将多个图像的尺寸进行调整使其大小一致。-Matlab write a face image the normalization processing program, mainly to adjust the size of multiple images to make it the same size.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:43655
    • 提供者:戴礼青
« 1 23 4 5 6 »
搜珍网 www.dssz.com