CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 图像 特征值

搜索资源列表

  1. image_compress

    0下载:
  2. 本程序利用奇异值分解对3通道彩色图像进行压缩分解,具体步骤如下: 压缩过程: 1. 选取子图像大小K值,把图像分解成M×M个子图像,IMG(s),s=1,2,…, M2,其中M=N/K,原始图像IMG大小为N×N。 2. 计算这M2个子图像的平均值average,对每幅子图像减去均值图像得到新图像。 3. 计算相关矩阵R,其元素定义为 。 4. 计算R的特征值与特征向量,计算每幅子图像与最大特征向量的内积,便得到编码,即压缩后的图像。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:327.34kb
    • 提供者:wangweiming
  1. 毕业设计:人脸识别系统设计软件

    2下载:
  2.     本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确定是否就是人脸,同时采用高斯平滑来消除图像的噪声,再进行二值化,二值化主要采用局域取阈值方法,接下来就进行定位、提取特征值和识别等操作。经过测试,图像预处理模块对图像的处理达到了较好的效果,提高了定位和识别的正确率。     随软件附上设计文档和参考资料。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-12-14
    • 文件大小:2.18mb
    • 提供者:taoyingxue
  1. KL变换

    3下载:
  2. KL变换模式识别作业三 一、编程要求: 编程实现KL变换,并对TM六波段图像进行演算。 KL变换的思想是:从n维特征选取m维特征,删去的n-m维特征不一定就是无用的信息,如何在信息损失最小的情况下选取特征,在理论上就显得更严密些。通常采用正交变换,得到新的经变换的模式, 以保证信息损失最小情况下获得有利于分类的特征。 二、编程思想: 将6副图象依次输入获得灰度值存在一个6*size(size为一副图象的像素数)的二维数组中,计算每个波段的灰度均值,然后计算协方差矩阵,得出特征值
  3. 所属分类:人工智能/神经网络/遗传算法

  1. horizontal

    1下载:
  2. 提取图像的GLCM矩阵,并计算出Haralick建议的14个特征值-Extract images GLCM matrix, and calculate the 14 Haralick features of the proposed values
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2.21kb
    • 提供者:zhangjun
  1. contourlet

    1下载:
  2. contourlet方法源代码,实现对图像特征值的提取-code of contourlet method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:894.99kb
    • 提供者:chengzi
  1. image-compression-with-PCA

    1下载:
  2. 对400幅灰度图像用分块PCA的方法进行压缩,进行通信时只用传输主元和特征向量。其中,pcaxiefangcha.m用于图像压缩,imresume.m用于图像恢复和部分图像的显示,chaweight.m用于绘制特征值比重-主元个数关系图,crdraw.m用于绘制压缩比-主元个数关系图,psnrdraw.m用于绘制总误差PSNR-主元个数关系图,psnrlocation.m用于绘制单幅图像误差PSNR分布图。-On the 400 block with a gray image compressi
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:3.99mb
    • 提供者:刘明
  1. matlab

    1下载:
  2. 插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。-Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlinear equations, iterative, rand
  3. 所属分类:matlab

    • 发布日期:2015-01-18
    • 文件大小:637.04kb
    • 提供者:称臣
  1. classification

    3下载:
  2. 灰度共生矩阵提取特征值,最近邻算法,进行纹理图像分类。creat_apprentissage用来训练样本,cooccurence是灰度共生矩阵提取特征值,knn是进行k最近邻算法,classif是纹理图像分类-coocurence matrix,using K nearest neighbor to classify textures images.
  3. 所属分类:matlab

    • 发布日期:2015-12-09
    • 文件大小:50.67mb
    • 提供者:王静
  1. facedetection

    0下载:
  2. 对人脸照片进行图像预处理,特征值的提取,分类识别-The image of the face image preprocessing, feature extraction, classification and recognition
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7.25mb
    • 提供者:sumnus
  1. acquirethesmallestscopeofpicture

    1下载:
  2. 实现截取最小包含数字的图像,从而获得图像的特征值-acquire the smallest scope of the picture
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:709byte
    • 提供者:陈小美
  1. PCA_Image_Processing

    0下载:
  2. 用matlab编程,程序将PCA算法用于图像中物体轮廓提取,可以看到在轮廓处,特征值会出现剧烈震荡-With matlab programming, program the PCA algorithm is used to extract the outline of objects in the image, you can see in the outline at the eigenvalues ​ ​ will be turbulent
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:256.27kb
    • 提供者:
  1. Kennedy_data_prepare

    0下载:
  2. 以一副高光谱遥感图像为例,将有值的像素点按类别排列为矩阵,行为元素,列为特征值,为下一步的数据处理做好准备-A hyperspectral remote sensing image, for example, the value of pixels arranged by category matrix, behavioral elements as eigenvalue, ready for the next step in the data processing
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:647byte
    • 提供者:钟圣唯
  1. regression

    0下载:
  2. copper_file.txt是保存图像颜色特征值,除了J10,J16,J25 yydata.txt是对应测量的品位值 xs.txt是J10,J16,J25对应的图像颜色特征值。 realdata.txt是J10,J16,J25对应的品位值。 P变量是预测值 rs是均方差平方根值。-copper_file.txt image color feature value is preserved, except for J10, J16, J25 yydata.txt grade
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:612byte
    • 提供者:renchuancheng
  1. gaussmix

    0下载:
  2. GMM(高斯混合模型),在语音和图像方面有着广泛的作用,用于特征值的建模以及识别。-GMM (Gaussian mixture model), the voice and image has a broader role for the eigenvalues ​ ​ of modeling and identification.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.32kb
    • 提供者:Song
  1. PCA-renlianshibie

    0下载:
  2. 采用PCA提取人脸特征,先计算M个图像的平均值脸,再求出各特征值脸。-Using PCA for face feature extraction, first calculate the average face image of M, and then find the face value of each characteristic.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:282.82kb
    • 提供者:wangdanni
  1. eigenvectors

    0下载:
  2. 求矩阵特征值及其特征向量,图像处理中常常要用到,比如PCA算法求取主成分也可以结合。-Matrix eigenvalues ​ ​ and eigenvectors, often to use image processing, such as principal component PCA algorithm can also be combined to strike.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:759.07kb
    • 提供者:jumble
  1. Pattern-Recognition-and-SVM

    0下载:
  2. 对四分类图像,使用两个提取特征值向量的方法来提取特征,然后使用SVM进行分类识别,里边包含了LIBSVM进行识别时各个参数的变化时的对结果的影响。里面包含完整源代码,在word里。是我的数字图像作业。-Four categories of images, using two feature extraction methods to extract the value of feature vectors, and then use SVM classification and recognit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:96.69kb
    • 提供者:时局
  1. Machine-Learning-a-Image-Processing

    0下载:
  2. 这是我另一个同学的关于图像处理与机器学习的作业,对四组图像提取特征值,进行分类识别。LIBSVM.文件里包含代码,及一些参数调试。-This is another of my classmates on image processing and machine learning operations on four sets of image feature extraction values ​ ​ for classification. LIBSVM. File cont
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:87.53kb
    • 提供者:时局
  1. ezimplot3

    0下载:
  2. 三维隐函数绘制的应用,它灵活的应用了Matlab的isosurface()(等值面函数),绘制出来的图效果还比较好MATLAB图像特征值提取基本思想、特点及研究近况-Implicit function rendering three-dimensional applications, it flexible application of Matlab isosurface () (isosurface function), plotted in Fig effect is still relat
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3.76kb
    • 提供者:刘晓丽
  1. jacobi

    0下载:
  2. 在做图像处理PCA时,用来求特征值特征向量-PCA when doing image processing is used to find the eigenvalues eigenvectors
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:186.84kb
    • 提供者:艾多多
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com