CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - MATLAB D

搜索资源列表

  1. meanshift源代码matlab

    1下载:
  2. 使用颜色直方图特征的经典mean shift跟踪目标,文献Real-time tracking of non-rigid objects using mean shift,D Comaniciu, 2003
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-10-10
    • 文件大小:4620
    • 提供者:lhc_gucas
  1. DCT2D

    0下载:
  2. DCT变换的matlab源代码。适合用作特征提取的预处理方法来使用。-DCT transform matlab source code. Suitable for feature extraction preprocessing method to use.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1351
    • 提供者:于佳
  1. textture-feature

    0下载:
  2. 基于共生矩阵纹理特征提取,d=1,θ=0°,45°,90°,135°共四个矩阵,所用图像灰度级均为256-Co-occurrence matrix based texture feature extraction, d = 1, θ = 0 °, 45 °, 90 °, 135 ° total of four matrices, the use of gray-scale images are 256
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1321
    • 提供者:ygliang30
  1. BasedonprincipalcomponentanalysisoftheFaceRecognit

    0下载:
  2. 在特征提取阶段,研究了PCA, 2DPCA, (2D) 2PCA, DiagPCA, DiagPCA-F-2DPCA等多 种方法。不同于基于图象向量的PCA特征提取,由于2DPCA, (2D) ZPCA, DiagPCA和 DiagPCA-I-2DPCA的特征提取都直接基于图象矩阵,计算量小,所以特征的提取速度明 显高于PCA方法。-In the feature extraction stage, the study of the PCA, 2DPCA, (2D) 2PCA,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:45103
    • 提供者:付采
  1. suanshubianma

    0下载:
  2. 假设信源符号为{a,b,c,d},这些符号出现的概率分别为{0.2,0.2,0.4,0.2}写出对信源符号bdadc进行算术编码和解码的过程。-Assumptions for the source symbols (a, b, c, d), the probability of emergence of these symbols were written on (0.2,0.2,0.4,0.2) bdadc source symbols for arithmetic coding and de
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1134
    • 提供者:任彦博
  1. TwoDimensionalFastFourierTransform

    0下载:
  2. 本实验要求开发一个2-D FFT程序包,使其可以应用于后续的几个实验。这个程序需要完成的功能是用因子(-1)^(x+y)乘以输入图像以实现滤波的中心变换,并还要求用一个实矩阵乘以一个复数矩阵通过调用两个图像的乘法程序来实现对应元素的相乘,同时计算反傅立叶变换,得到的结果乘以(-1)^(x+y)并取其实部最后计算频谱。实验中用到傅立叶变换的基本公式,通过实验我们可以更加深刻的理解频域滤波的基础。-The experiment calls for the development of a 2-D F
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:142833
    • 提供者:jhm
  1. MATLAB_Medical_Image_Process_Experiments

    1下载:
  2. MATLAB医学影像处理实验(内含14个原代码及教学的说明) (1)Plot a sine function using MATLAB, and write the data into a file (2)Read data from a file, plot a SINC function, and append the result back to the same file (3)Plot a Gaussian distribution using MATLAB (4)Fo
  3. 所属分类:Special Effects

    • 发布日期:2015-09-24
    • 文件大小:2280026
    • 提供者:江儜昶
  1. Example3_3_4FilterFreqResponse

    1下载:
  2. 二维数字滤波器设计程序,用于频域滤波,非常好用!-2-D digital filter design
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:703
    • 提供者:qiudongsun
  1. ann

    1下载:
  2. matlab入门教程简单与详细版本、matlab神经网络源程序工具箱 、turbo码的c语言和matlab仿真程序 加州大学一博士写的基于sift的图像匹配源代码,.rar-matlab simple and detailed version of the Getting Started tutorial, matlab neural network toolbox source code, turbo codes in c language and matlab simulation prog
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10574554
    • 提供者:陈君
  1. colorspacezhuanhuan

    1下载:
  2. RGB,YCbCr,HSV,HSL,CIE等颜色空间转换 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。-B = colorspace( dest<-src , A) converts image A from col
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:4331
    • 提供者:李佳航
  1. hw2

    0下载:
  2. 1.对一个256*256的图像进行DCT变换得到图像D,将D得斜下角数值置为零,然后进行DCT反变换. 2.对源图像进行K-L转换 1和2比较-1.Get a grey level image which size is N*N. (For example, 256*256, however, N = ), and partition to 8*8 sub images. 2.. Apply DCT to these sub images, and get the transfo
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1533
    • 提供者:zhengyan
  1. wavetrans2D

    0下载:
  2. This program calculates the 2-D wavelet transform of an image using orthogonal filters.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:750
    • 提供者:psycrystal
  1. bemd

    0下载:
  2. 二维经验模态分解,分解图像等二维信号,可用于算法验证与学习-EMD This program calculates the Bidimensional EMD of a 2-d signal using the process of sifting. It is dependent on the function SIFT.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:15038
    • 提供者:aaaaaa
  1. gaborfilter.tar

    0下载:
  2. Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1292
    • 提供者:郑碧波
  1. jizhong_jibuzhong

    0下载:
  2. 基于3维直方图的聚类分割,对初学matlab的同学非常有用的哈!-3-D histogram clustering based segmentation matlab beginner students of very useful Ha!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:639
    • 提供者:jin
  1. kdtree

    0下载:
  2. kd 近邻查找. 一般用在图像拼接等领域-k-d tree to find the nearest one
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:115086
    • 提供者:alisha
  1. Otsu

    0下载:
  2. 包含了21篇二维最大类间方差(Otsu)阈值分割方法的论文,-Contains 21 article 2 d between the most kinds of variance (Otsu) threshold segmentation method papers
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10292693
    • 提供者:coolbage
  1. d-trem

    0下载:
  2. “基于度信息的图像过渡区提取与分割”MatLAB源码,自己编的,绝对原创。-Matlab code of "Degree information based image transition region extraction and segmentation".
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:92540
    • 提供者:
  1. wavelet-denoise-matlab-code

    0下载:
  2. matlab小波去噪程序,包含语音信号,和一维吸信号-wavelet denoise matlab code,including wav signal and one d signal。
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:2601
    • 提供者:张浩
  1. D

    0下载:
  2. 在MATLAB中实现画无向网络图,可用于社群聚类分析中(In MATLAB,the drawing is not directed to network graph,which can be used in social cluster analysis.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-15
    • 文件大小:172032
    • 提供者:Oliviaaa
« 12 3 4 »
搜珍网 www.dssz.com