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

搜索资源列表

  1. Hu_MV_Nicolas

    0下载:
  2. Hu的七个不变矩在图像处理,尤其是特征提取方面是很重要的一个概念。本代码实现了图像的7个不变矩的计算和输出。- Hu s 7 moment invariants is significant in image processing,especially in feature seletcion. This code calculate them.
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:36731
    • 提供者:yu shaode
  1. 3D_Moment_Invariant

    0下载:
  2. Hu的七个不变矩在图像匹配检索中适用广泛。本代码仅计算图像间Hu的七个矩的D2大小,直观的了解Hu矩的应用-seven moment invariants in image retrieval in the application of broad match. Only the calculation of the code between the image of the seven Hu moments D2 size, intuitive understanding of the app
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:356658
    • 提供者:oyq
  1. colorguide

    1下载:
  2. 简单的图形处理程序,供大家分享。程序运行后,首先从图中截取一块区域,然后程序会对这个区域计算像素均值和欧几里得差值,并得到结果。 -Simple graphical procedure for everyone to share. Program runs, the first interception of a regional map, and then the procedure will be calculated in the region and the pixel averag
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:1088
    • 提供者:胡骞
  1. An-Efficient-Method-of-Texture-Synthesis-Based-on-

    0下载:
  2.   提出一种带边界匹配的基于 Graph Cut 的快速纹理合成算法.通过将纹理样本以不同的位移贴到输出图中完成合成 ,重叠区域的像素取值由 Graph Cut 确定.引入边界图辅助位移搜索 ,以增强合成结果的边界连续性 在预处理过程中计算 2 个相同样本在所有相对位移下的匹配误差 ,选取一部分误差最小的位移组成 “优选位移” 集合 ,合成过程中的块间相对位移仅从此集合中选取 ,大大地提高了合成速度.-This paper proposes an efficient method for tex
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:978662
    • 提供者:巡洋舰
  1. HVS

    0下载:
  2. 计算HVS工具箱,包括人类视觉系统计算中的纹理,亮度,边缘等-HVS Toolbox
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:3459
    • 提供者:wingor2009
  1. relative_energy

    0下载:
  2. 一个小程序,用来计算小波相关能量的,程序很值得研究和学习-a program calculates Relative wavelet energy with brief tutorial
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:222769
    • 提供者:wingor2009
  1. MI

    0下载:
  2. 计算两幅图中的互信息,首先计算两幅图的分别香农熵,再计算它们的联合直方图。-calculate the Mutual-Information of two image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:537
    • 提供者:匡金骏
  1. Matlabppt

    0下载:
  2. MATLAB教程:概述,程序设计,绘图,数值计算,符号计算,图形用户界面设计,笔记本,M环境下的仿真-MATLAB Tutorial: an overview, program design, graphics, numerical computing, symbolic computation, graphical user interface design, notebook, M Simulation Environment ... ...
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:195101
    • 提供者:youxia
  1. rigid_motion

    0下载:
  2. 刚性位置变化计算,输入物体在空间坐标系中的坐标,以及旋转向量和平移向量,计算其在摄像机坐标系中的坐标。- [Y,dYdom,dYdT] = rigid_motion(X,om,T) Computes the rigid motion transformation Y = R*X+T, where R = rodrigues(om). INPUT: X: 3D structure in the world coordinate frame (3xN matrix for
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:775
    • 提供者:shuang
  1. 3

    1下载:
  2. 实现图像的修复,适用于需要修复面积较大的图像。本算法是采用region filling and object removal by exemplar-based image inpainting ,适用CIE lab颜色空间进行计算,发表于IEEE 2004-A new algorithm is proposed for removing large objects from digital images.the challenge is to fill in the hole that is
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5826
    • 提供者:lizheng
  1. Hurst

    1下载:
  2. 该函数用于计算不规则几何图形的分形特征:Hurst指数。其中input为一个N行3列的矩阵,s为度量步长,可以取1,2,3,4等。输出output就是Hurst指数-This function is used to calculate the irregular geometry of the fractal characteristics: Hurst index. Output of output is the Hurst index of
  3. 所属分类:Fractal program

    • 发布日期:2017-03-22
    • 文件大小:662
    • 提供者:janrry
  1. imageparameter

    0下载:
  2. 计算灰度图像滤波后结果图像的SNR值,MAE,和NCD值 -calculated SNR, MAE and NCD of filtered image compare with orginal image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1643
    • 提供者:张宇
  1. TheLogisticmap

    0下载:
  2. 此程序代码用于求解方程Xn+1=r*Xn(1 -Xn),其中X0为0——1之间的随机数,r的范围1——4;r取 不同的值是可计算得不同的Xn,据此得出Logistic Map图。-This program code is used to solve the equation Xn+1 = r* Xn (1-Xn), where X0 is 0- 1 random number between, r the range 1- 4 r take a different value is co
  3. 所属分类:GIS program

    • 发布日期:2017-04-10
    • 文件大小:621
    • 提供者:ww
  1. curv

    1下载:
  2. 自写曲率计算函数-Curvature Calculation Function
  3. 所属分类:Special Effects

    • 发布日期:2016-04-29
    • 文件大小:552
    • 提供者:Tao
  1. exp1

    0下载:
  2. 计算一幅灰度图像的直方图;进行简单的线性变换,并与源图像的直方图做变换;利用直方图均衡化进行图像增强-Calculating a gray-scale image histogram simple linear transformation, and to do with the source image histogram transformation the use of histogram equalization for image enhancement
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:230345
    • 提供者:凌丽
  1. warping

    0下载:
  2. 给定两幅图像,人工指定四对点,程序会根据点对计算出两幅图像的变换对图像进行配准-warp image for registration
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:75425
    • 提供者:李桃
  1. rice

    1下载:
  2. 基于图像识别的整精米自动检测 检测出图中的碎米,并在相应的米粒上打上标志。 对图像进行预处理,把米粒图像变成二值图像,根据区域内部像素的连通性,将不同的区域赋予不同的标记,计算出单个米粒所占的像素 -Based on Image Recognition milled rice automatically detect detect the broken map, and marked with the corresponding symbol on a grain of rice.
  3. 所属分类:Special Effects

    • 发布日期:2015-07-02
    • 文件大小:946
    • 提供者:熊泽
  1. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1097689
    • 提供者:zhaolipo
  1. EZW

    2下载:
  2. 此代码是小波零树算法的matlab实现程序,子程序较为齐全,包括最后计算压缩图像的峰值信噪比和压缩效果的源码。-This code is the wavelet zero-tree algorithm matlab implementation procedures, subroutines are more complete, including the final calculation of the peak signal to noise ratio and the compressed
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:265693
    • 提供者:waker
  1. RegisterBasedOnSusanDiscreteCircle

    0下载:
  2. 基于SUSAN夹角的图像配准算法,先利用SUSAN检测出角点,然后计算夹角,后根据距离等求精。主文件为RegisterBasedOnSusanDiscreteCircle-SUSAN angle based image registration algorithm, first detected using SUSAN corner point, then calculate the angle between the post-refinement based on distance and
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1968261
    • 提供者:Milin
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 46 »
搜珍网 www.dssz.com