登录
首页 » matlab » 特征函数

特征函数

于 2021-04-02 发布
0 198
下载积分: 1 下载次数: 3

代码说明:

说明:  matlab 4个图像特征函数代码,包括tamura texture、灰度差分统计特征函数、灰度共生矩阵特征函数、灰度梯度共生矩阵特征函数(Matlab four image feature function codes, including Tamura texture, gray difference statistical feature function, gray co-occurrence matrix feature function, gray gradient co-occurrence matrix feature function)

文件列表:

特征函数\tamura texture\F-18.bmp, 480766 , 2008-08-01
特征函数\tamura texture\Tamura.m, 4936 , 2008-08-02
特征函数\灰度共生矩阵特征函数\GrayExitMonentR.m, 1717 , 2006-07-07
特征函数\灰度差分统计特征函数\SOID.m, 854 , 2020-01-11
特征函数\灰度梯度共生矩阵特征函数\GrayGradinet.m, 3105 , 2006-07-07
特征函数\tamura texture, 0 , 2020-01-11
特征函数\灰度共生矩阵特征函数, 0 , 2020-01-11
特征函数\灰度差分统计特征函数, 0 , 2020-01-11
特征函数\灰度梯度共生矩阵特征函数, 0 , 2020-01-11
特征函数, 0 , 2020-01-11

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

发表评论

0 个回复

  • dip
    一个全面的图像处理平台,基本上具有教课书上所说的所有图像处理算法,并附带一些关键算法!()
    2007-09-25 06:58:20下载
    积分:1
  • Nonsampling_Contourlet
    说明:  非下采样contourlet变换是一种较新的多尺度几何分析方法,能够很好地描述信号的线奇异特征,具有多方向滤波器组。(Nonsubsampled contourlet transform is a relatively new method of multiscale geometric analysis, can well describe the signal characteristics of the line singularity, with multi-directional filter.)
    2010-04-20 09:21:50下载
    积分:1
  • emfhd
    gmcalab fast generalized form component analysis, Multi-target tracking particle filter, Calculate the multifractal trend fluctuation analysis.
    2017-06-26 22:51:49下载
    积分:1
  • contourlet
    纯contourlet变换,已对工具包进行了修改,使之在分解重构时能显示子带系数。(Pure contourlet transformation toolkit has been modified so that when displayed in the decomposition and reconstruction sub-band coefficients.)
    2009-10-23 17:34:02下载
    积分:1
  • jpeg无失真压缩源代码jpeg_lossless
    jpeg无失真压缩源代码(jpeg lossless compression source code)
    2020-07-09 14:18:55下载
    积分:1
  • chepaidingwei
    使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。()
    2008-06-10 10:17:08下载
    积分:1
  • pingjia
    乳腺X线图像增强质量评价的MATLAB程序,这里使用对比度和DSM两种评价方法对乳腺X线图像增强方法的优劣做一个客观的评价。(Breast X-ray image enhancement the quality assessment of the MATLAB program, where the use of contrast and DSM two evaluation methods to make an objective assessment of the pros and cons of breast X-ray image enhancement method.)
    2012-04-06 10:50:09下载
    积分:1
  • Whiteboard2
    C#绘图板,直线、矩形、圆形、曲线、填充矩形、填充圆形、输入文字、路径(C# graphics tablet, line, rectangle, circle, curve, filled rectangle, filled circle, enter text, the path)
    2010-06-10 22:38:21下载
    积分:1
  • SSC_1.0
    一种用于稀疏表示求解L1范数的算法,用L1范数近似L0范数获得了更好的效果。(A method for sparse representation algorithm for solving the L1-norm)
    2013-07-19 19:19:46下载
    积分:1
  • discrim_rf
    斯坦福大学的姚邦鹏开发的一个图像分类算法,使用random forest实现了图像的精细区域描述,赢得了PASCAL VOC2011图像分类竞赛中的winner prize.经测试,程序完全可运行,且提供了MAC和Windows下的两种程序。(Image Classification: An Integration of Randomization and Discrimination in A Dense Feature Representation The goal of our method is to identify the discriminative fine-grained image region that distinguishes different classes. To achieve this goal we sample image regions from dense sampling space and use a random forest algorithm with discriminative classifier. Each node of the tree of random forest is trained and tested with fine-grained image patches combining the information from upstream nodes together. We implemented each node of the tree with a discriminative SVM classifier, which makes the node as a strong classifier. )
    2012-10-30 16:17:30下载
    积分:1
  • 696516资源总数
  • 106679会员总数
  • 14今日下载