CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - texture classification

搜索资源列表

  1. matlabcode

    0下载:
  2. matlab filters for texture classification
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.89kb
    • 提供者:mahshid
  1. textureclassfication

    0下载:
  2. 提出了一种基于函数联接的感知器神经网络的纹理分类方法.它采用高斯2马尔柯夫随机场模型(GM RF)对纹理进行描述,模型参数即为纹理特征,参数估计采用最小平方误差方法获得.将估计参数作为表达纹理的特征向量,用感知器网络对特征进行分类,并且采用函数联接的方式解决线性不可分问题.对纹理图象进行的实验表明,采用这种方法能够提高学习速度,简化计算过程,并取得较好的纹理分类效果. -Based on the function connected perceptron neural network tex
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:279.42kb
    • 提供者:singro jiang
  1. text_seg

    0下载:
  2. this a code to segment the color texture using Gabor filter. It uses the initial segmentation using kmeans clustering.-this is a code to segment the color texture using Gabor filter. It uses the initial segmentation using kmeans clustering.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:82.44kb
    • 提供者:sidharth
  1. v60-22

    0下载:
  2. This paper presents a new classification algorithm using colour and texture for obstacle detection. Colour information is computationally cheap to learn and process. However in many cases, colour alone does not provide enough information for cl
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:371.33kb
    • 提供者:motasim
  1. inpainting

    0下载:
  2. 基于纹理的形状恢复和纹理的应用,利用离散小波框架模极值共生距阵的分类算法,能够很好的修得复大块缺损的图像-Based on the shape and texture, using the texture application framework of discrete wavelet modulus maximum symbiosis of classification algorithm is very good, can you answer large defect image
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1.71mb
    • 提供者:张开
  1. LBP

    0下载:
  2. LBP (local binary Pattern ) useful for texture classification
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:12.51kb
    • 提供者:EHSAN
  1. WaveletTextureClassify

    0下载:
  2. Wavelet Texture classification example. Features created using wavelet transform,and classified by A-Wavelet Texture classification example. Features created using wavelet transform,and classified by ANN
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:860kb
    • 提供者:bergen
  1. Malignancy-Texture-Classification-in-Digital-Mamm

    0下载:
  2. Malignancy Texture Classification in Digital Mammograms based on Chebyshev
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1.15mb
    • 提供者:boulemkhali
  1. coding

    0下载:
  2. matlab code for texture classification
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:641.63kb
    • 提供者:v.r.s.mani
  1. 05

    0下载:
  2. 基于LiDAR高度纹理和神经网络的地物分类.LiDAR height based on texture and neural network classification of surface features.-LiDAR height based on texture and neural network classification of surface features.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-18
    • 文件大小:4.85mb
    • 提供者:zlp
  1. smt5

    0下载:
  2. texture and remote classification by using A-texture and remote classification by using ANN
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:978byte
    • 提供者:shaker
  1. paper1

    0下载:
  2. Gabor小波变换技术对医学CT图像进行纹理特征分类时,由于图像拍摄角度的变化会造成分类的误差。针对以上问题,在Gabor小波变换的基础上提出一种用于分析旋转不变医学图像的方法。该方法采用旋转规范化,即特征元素的循环移位使规范化后所有的图像都具有相同的主方向。实验结果表明,加入旋转规范化循环算子的Gabor小波变换在医学CT图像纹理特征分类时能够达到较好的精确度。-Gabor wavelet transform lacks in its ability to classify the medic
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:398kb
    • 提供者:li
  1. classify

    0下载:
  2. Image Texture Classification Using Combined Grey Level Co-Occurrence Probabilities and Support Vector Machines Texture refers to properties that represent the surface or structure of an object and is defined as something consisting of mutuall
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:643.76kb
    • 提供者:Chetna Kharkar
  1. 5

    0下载:
  2. LBP算法实现图像的纹理分类K -LBP algorithm of image texture classification
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:3.76kb
    • 提供者:水影
  1. LBP1

    0下载:
  2. 用lbp实现纹理特征提取,并分类说明: 一共有三个m文件,一个是lbp.m, 存放主要的lbp算法, 一个是getmapping,用以做算法的辅助函数, 一个是lbptest.m,存放着测试代码。 这三个文件需要放到同一个文件夹,并在文件夹中添加相应的图片, 具体的图片名字见lbptest.m的代码,运行lbptest.m可以查看结果。代码最后给出效果图 这三个文件是最传统的LBP方法,有256种。-With lbp achieve texture feature ext
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:278.59kb
    • 提供者:wandangdang
  1. Code_20_02_14

    1下载:
  2. This paper proposes and evaluates a promising technique used for liver segmentation that can be used as the first step in liver treatment planning. It is based on texture feature analysis obtained from 3D DCT block coefficients, support vecto
  3. 所属分类:matlab

    • 发布日期:2015-11-12
    • 文件大小:399kb
    • 提供者:prem738738
  1. cs

    1下载:
  2. 基于压缩感知思想的图像分块压缩与重构方法 考虑到大多数图像信号信息分布有差异, 编码端, 在对图像分块的基础上, 融合熵估计 和边缘检测方法计算各图像块的信息含量, 再从两个不同的角度进行分类采样: 依据信息量多少将图像块分为平滑、过渡和纹理3 类, 使用不同的采样率采样 依据信息量的分布特征, 采用不同的采样率分配策略进行采样. 在解码端, 根据不同类型的图像块构造不同的线性算子进行重构, 再运用改 进的迭代阈值算法去除块效应和噪声. 实验证明, 算法在提升图像重构质量的同时缩短了
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-27
    • 文件大小:9.63mb
    • 提供者:Dr_wong
  1. gabor

    0下载:
  2. 利用gabor算法对图像纹理特征提取,并且送入极限学习机中进行学习分类-Use gabor feature extraction algorithm for image texture, and into the ultimate learning machine learning classification
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.01kb
    • 提供者:张广栋
  1. packet-wavelet

    0下载:
  2. This code use for image texture classification use packet wavelet first level
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:25.75kb
    • 提供者:Mohammed
  1. LBP-texture-classification

    0下载:
  2. 这是利用LBP纹理模型进行纹理分类,运行过,效果不错,-This is the use of LBP texture model for texture classification, run over, the effect is good,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:12.94kb
    • 提供者:杨明
« 12 »
搜珍网 www.dssz.com