登录
首页 » matlab » 纹理特征提取

纹理特征提取

于 2018-01-29 发布 文件大小:368KB
0 282
下载积分: 1 下载次数: 12

代码说明:

  应用灰度共生矩阵求解纹理特征并用熵,相关性,惯性矩,能量,局部平衡等参数带有实例照片可以直接编译(Applying the grayscale symbiotic matrix to solve the texture features and using entropy, correlation, inertia moment, energy, local equilibrium and other parameters with example photos can be compiled directly.)

文件列表:

纹理特征提取\D68.gif, 308502 , 2010-12-14
纹理特征提取\dutu.m, 102 , 2018-01-26
纹理特征提取\GrayExitMonentR.m, 1776 , 2011-03-06
纹理特征提取\GrayGradinet.m, 3119 , 2018-01-27
纹理特征提取\texture.m, 782 , 2010-12-14
纹理特征提取\zhang.m, 3163 , 2018-01-29
纹理特征提取\边缘部位碱度0.6.png, 66578 , 2018-01-28
纹理特征提取, 0 , 2018-01-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SURF-V1.0.9-WinDLL
    SURF算法较SIFT算法速度快,SURF算法源代码。(SURF code)
    2021-04-21 22:48:49下载
    积分:1
  • ImageEdgeProcessing
    matlab图像边缘边缘检测:包括小波多尺度边缘检测主程序、求纵向细节v和横行细节h的合成及模极大值、对矩阵取自适应阈值等(Matlab Edge Edge Detection : including wavelet multiscale edge detection main program. seeking details of the vertical and horizontal v h details of the synthesis and modulus maxima, the right matrix for adaptive threshold value)
    2007-05-16 16:15:01下载
    积分:1
  • EWA_code
    楔波变换,在SAR图像中实现边缘检测,为目标识别做铺垫工作。(The wedge waves transform, SAR image edge detection, target identification pave the way for the work.)
    2021-01-01 21:58:58下载
    积分:1
  • otsu0915
    说明:  通过matlab源码实现图像的最佳自动阈值分割,所选算法是常见的大津法(Matlab source code through the realization of the best automatic image thresholding, the selected algorithm is a common method of Otsu)
    2010-03-18 22:37:50下载
    积分:1
  • MyGraphBrian
    我改写后的graphbrian类,原本支持柱状图饼图和折线图的,现在添加了对这些图的风格调整,主要是增加了调整绘图区背景色和文本背景的功能,还增加了把图片保存为bmp文件的功能,以便用其他软件方便的打印。(I would then graphbrian category, which originally supported the pie chart histogram and line graph, and now added to adjust the style of these plans, the main adjustment is to increase the drawing area background color and text background function, but also an increase of the picture saved as bmp files, in order to use other software to facilitate printing.)
    2008-01-30 11:27:56下载
    积分:1
  • variational_PDE_tools
    变分偏微分方程图像处理工具包,包括计算曲率,方差,L1,L2范数等29个实用算法(variational PDE image processing tool kit, including the calculation of curvature, variance, L1, L2 norm, and other practical algorithms 29)
    2007-06-18 11:35:24下载
    积分:1
  • fdct_wrapping
    曲波变换程序代码,实现图像的曲波分解以及显示,可以去图像进行曲波去噪增强,对彩色图像空间模型转化后提取曲波信息(Qu Bo transform program code, and display the image decomposition Qu Bo, Qu Bo can go to image edge enhancement, color image space model for transforming information extracted after Qu Bo)
    2013-11-05 11:33:51下载
    积分:1
  • GeometricVersion3
    课程设计 几何图形(满分50 分) 版本1:满分10 分 设计抽象类GeometricObject 及其子类Triangle 和Circle。 GeometricObject 类设计要求如下: ■ 一个名为color 的Color 类型的私有数据域,表示对象的颜色。 ■ 一个名为filled 的Boolean 类型的私有数据域,表示对象是否填充颜色。 ■ 一个名为dateCreated 的Date 类型的私有数据域,表示对象的创建日期。 ■ 一个无参构造方法。 ■ 一个能创建特定color 和filled 的有参构造方法。 ■ 相关数据域的访问器和修改器。 ■ 两个个名为draw 和erase 的抽象方法。 ■ 一个名为getArea 的抽象方法。 ■ 一个名为getPerimeter 的抽象方法。 ■ 重写toString 方法。 Triangle 类设计要求如下: ■ 三个名为side1、side2 和 side3 的double 类型的私有数据域表示三角形的三条边。它 们的默认值是1.0。要求三个数据域保留2 位小数。 ■ 一个无参的构造方法创建默认三角形。 ■ 一个能创建带指定side1、side2 和 side3 的有参构造方法。 ■ 所有三个数据域的访问器和修改器方法。 ■ 父类抽象方法的实现。 ■ 重写toString 方法。 Circle 类(Curriculum Design Geometry (out of 50) Version 1: 10 points Design an abstract class and its subclasses GeometricObject Triangle and Circle. GeometricObject class design requirements are as follows: ■ a named color of the Color type private data field that indicates the object s color. ■ a Boolean type called filled private data field that indicates whether the object fill color. ■ Date type named dateCreated private data field, which means that the object was created. ■ a no-argument constructor. ■ one can create a specific color and filled in with arg constructor. ■ Related data field accessor and modifier. ■ two months called draw and erase the abstract methods. ■ an abstract method named getArea. ■ an abstract method named getPerimeter. ■ overridden toString method. Triangle class design requirements are as follows: ■ three named side1, side2 and a double side3 private data field indicates the type of triangle with three sides. It Our default value is 1.0. Requires)
    2020-12-10 08:59:18下载
    积分:1
  • SVM Matlab
    说明:  SVM支持向量机在图像分割中的应用,包含Matlab源代码和SVM所用函数。(The application of SVM support vector machine in image segmentation, including Matlab source code and functions used by SVM.)
    2019-11-25 09:44:58下载
    积分:1
  • CO_SUT
    计算机图形学 c语言实现的直线段裁剪算法(Computer graphics c language to achieve a straight line segment clipping algorithm)
    2007-11-13 16:36:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载