CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - matlab c B c

搜索资源列表

  1. vcFFT

    0下载:
  2. 这是本人写的用vc6.0调用matlab6.5的一个程序(使用matlab引擎),实现用FFT分析复谐波信号频谱,并调用matlab来显示最终的频谱。希望对各位有点帮助。也欢迎各位提意见。 matlab位于c:\\matlab6p5 操作系统是:windows2000 -I write this is the call matlab6.5 vc6.0 with a procedure (using Matla b engine) to achieve using FFT an
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:10085
    • 提供者:caozhui
  1. mexhandle

    0下载:
  2. you can pass C++ objects between different MEX functions without first converting to a MatLab compatible format-you can pass objects between different C ME X functions without first converting to a MatLa b compatible format
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:5056
    • 提供者:sunxiaodian
  1. Bsplin

    0下载:
  2. 计算B样条基的C程序,可以直接在matlab里调用-calculation of the B-spline - based C program can directly call the Matlab Lane
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1112
    • 提供者:葛荣雨
  1. toolbox_signal

    0下载:
  2. This toolbox implements the algorithm in a fairly general way in a C file that can be called from Matlab. It allows to perform the traditional NL-means for denoising (for both B&W and color images) but also to use an arbitrary set of patches to perfo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1406853
    • 提供者:张文国
  1. FFt

    1下载:
  2. 其中图片说明: A: 傅里叶变换后频谱图 B:陷波函数作用后的频谱图 C:经逆变换的滤波后图像,效果不是很理想 Ifft2:为验证自己的快速傅里叶变换程序的正确性,用matlab自带逆变换程序将频谱逆变换后图形,与原图相符,说明快速傅里叶变换程序正确。-One Photo caption: A: After the Fourier transform frequency spectrum diagram B: the role of Notch function, the fre
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:329349
    • 提供者:lixiaozhui
  1. LicensePlateRecognition

    1下载:
  2. 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:730813
    • 提供者:肖伟
  1. Byangtiaoquxian

    0下载:
  2. 图形学基础编程,B样条曲线,C++环境,适合新手参考学习-Graphics based on programming, B-spline curve, C++ Environment, suitable for novice reference learning
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-07
    • 文件大小:39963
    • 提供者:LiuZH
  1. RGB2LabAndLab2RGB

    0下载:
  2. % function [L, a, b] = RGB2Lab(R, G, B) % RGB2Lab takes matrices corresponding to Red, Green, and Blue, and % transforms them into CIELab. This transform is based on ITU-R % Recommendation BT.709 using the D65 white point reference. % The e
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:2081
    • 提供者:郑成勇
  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. New_Method_for_License_Plate_Recognition

    0下载:
  2. a.牌照定位,定位图片中的牌照位置; b.牌照字符分割,把牌照中的字符分割出来; c.牌照字符识别,把分割好的字符进行识别,最终组成牌照号码。 -a. License Plate Location, location location of the picture of the license b. Character Segmentation license to license the characters split up c. license character reco
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1670311
    • 提供者:季托
  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. tuxiangpipei

    0下载:
  2. 基于小波变换的多分辨匹配算法: 首先利用小波的多分辩率特性将匹配图像和模板图像分解到乙层上,并且只保留LL低频部分,然后利用归一化相关法作为相似性度量,进行由粗到细的相关匹配过程,每次利用下一层的匹配结果在上层小范围内搜索。这样做极大地减少了搜索空间,而且减少了每次匹配计算相似度的数据量。 -Wavelet multiresolution matching algorithms: a wavelet multi-resolution feature will match the imag
  3. 所属分类:Wavelet

    • 发布日期:2017-04-01
    • 文件大小:252456
    • 提供者:韩小芳
  1. UPLOAD_LY1

    0下载:
  2. 图像处理于MATLAB上的应用,能很好的处理一些熵,概率等问题-(a)Find the entropy of this source using Matlab (b)Design the Huffman code for this source using Matlab. (c) Randomly generate a source sequence of length 500 symbols drawing the symbols from the true source distri
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:8013
    • 提供者:李渊
  1. UPLOAD_LY4

    0下载:
  2. 通过MATLAB的程序解决相应图上处理中熵值和概率的问题-Adaptive Arithmetic coding. A source generates symbols from alphabet {A, B, C, D}. Probabilities of occurrence of the symbols are initially estimated as: Pr(A)=Pr(B)=0.25, Pr(C)= 0.2, and Pr(D)=0.3. After 100 generate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:7576
    • 提供者:李渊
  1. fractal

    0下载:
  2. matlab程序画图,常见分形图,function cantor(A,B) c=1 p=0 figure hold on plot([A(2) B(2)],[A(1) B(1)], r* ) while norm(A(1,:)-B(1,:))>=1 C=[] D=[] for i=1:size(A,1) a=A(i,:)+(B(i,:)-A(i,:))/3 b=A(i,:)+2*(B(i,:)-A(i,:))/3 C=
  3. 所属分类:Fractal program

    • 发布日期:2017-11-13
    • 文件大小:2284
    • 提供者:郑志森
  1. C

    0下载:
  2. 运用matlab对图像进行放大:像素复制法和双线性插值法。像素复制方法的图像缩放的原理主要是对原来输入图像的整行或是整列像素进行简单的复制与删除,达到改变图像大小的目的。双线性插值放大算法中,目标图像中新创造的象素值,是由原图像位置在它附近的小区域象素的值通过加权平均计算得出的。-Write MATLAB function to zoom a grayscale image from original size to the given output size through two dif
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:4887
    • 提供者:宁可
  1. NL-Means

    0下载:
  2. Non-local means算法由A. Buades, B. Coll, J.M Morel提出。该算法的主要参考文献为: A. Buades, B. Coll, J.M Morel, A review of image denoising algorithms, with a new one , Multiscale Modeling and Simulation (SIAM interdisciplinary journal), Vol 4 (2), pp: 49
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1828803
    • 提供者:沙天飞
  1. matlab-Tcharacterrech

    0下载:
  2. 车牌定位和识别,完整可用的matlab车牌识别程序,采用比较简单的模块法实现- 30/5000 Wánzhěng kěyòng de matlab chēpái shìbié chéngxù, cǎiyòng bǐjiào jiǎndān de mókuài fǎ shíxiàn Full use of the matlab license plate recognition program, using a relatively simple module method to ac
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-05
    • 文件大小:345299
    • 提供者:
  1. ELEC - 733 Real Time Computing

    0下载:
  2. Examines the implementation of modern control techniques and associated instrumentation, using distributed computers. Practical hardware aspects, including measurement and actuation, data conditioning, acquisition and transmission, microprocessor de
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:66560
    • 提供者:Khan17
  1. 球变形

    2下载:
  2. 用Matlab进行钢板挤压小球变形的 动画仿真,其中椭球体的体积公式为V=4*pi*a*b*c/3, a、b、c为其3个轴的半长。(Animation simulation of the deformation of steel plate extruded ball)
  3. 所属分类:图形/文字识别

    • 发布日期:2019-12-04
    • 文件大小:119808
    • 提供者:casseyo
« 12 »
搜珍网 www.dssz.com