Welcome![Sign In][Sign Up]
Location:
Search - co-occurrence texture

Search list

[Graph programtexture

Description: 图像的纹理分析,共生矩阵等-Image texture analysis, such as co-occurrence matrix
Platform: | Size: 53248 | Author: 张磊 | Hits:

[Special Effectstexture_extraction

Description: 灰度共生矩阵和灰度梯度共生矩阵的提取方式,是比较重要的纹理特征提取方法,用matlab实现的-co-occurrence matrix and GGCM extraction, is the more important Texture feature extraction methods, achieved using Matlab
Platform: | Size: 2048 | Author: 李明 | Hits:

[Special Effectshuidu

Description: 基于图像的灰度共生矩阵方法的图像纹理分割-Gray-level image-based methods of co-occurrence matrix image texture segmentation
Platform: | Size: 1024 | Author: xxyyff | Hits:

[Special Effectstexture

Description: 灰度共生矩阵提取图像纹理特征,采用matlab实现,包括模糊c均值实现分类-Gray-level co-occurrence matrix texture features extracted images using matlab realize, including the realization of fuzzy c-means classification
Platform: | Size: 7992320 | Author: 刘丽 | Hits:

[Special Effectstexturefeature

Description: 纹理特征提取算法,灰度共生矩阵源代码,给出了0度45度90度和135度的矩阵-Texture feature extraction algorithm, gray level co-occurrence matrix source code, gives 0 degrees 45 degrees 90 degrees and 135 degrees of the matrix
Platform: | Size: 50176 | Author: 吴月姝 | Hits:

[Graph Recognizematrix

Description: 求图象灰度共生矩阵的代码,希望对大家有用-Image Gray Level Co-occurrence matrix for the code, in the hope that useful
Platform: | Size: 1024 | Author: yixin | Hits:

[Special Effectstextture

Description: 用VC++实现的图像纹理分析,通过灰度共生矩阵计算图像纹理-With VC++ Achievable image texture analysis, through the gray-level co-occurrence matrix calculation of image texture
Platform: | Size: 2048 | Author: 格子 | Hits:

[Special EffectsTexture

Description: 计算四个方向的灰度共生矩阵,将其作为纹理特征,是一种纹理特征提取算法。-Calculation of the four directions of Gray Level Co-occurrence matrix as texture features, is a kind of texture feature extraction algorithm.
Platform: | Size: 1024 | Author: Owenli | Hits:

[Special Effectsgray

Description: 基于灰度共生矩阵实现图象纹理特征的提取。-Based on Gray Level Co-occurrence matrix to achieve the extraction of image texture features.
Platform: | Size: 3540992 | Author: czx | Hits:

[Special Effectstexture_extraction

Description: 求灰度共生矩阵及其各要素用matlab实现-For gray-scale co-occurrence matrix and its elements realize with matlab
Platform: | Size: 4096 | Author: nicekey | Hits:

[Special Effectsco_matrix

Description: 灰度共生矩阵的计算程序,包括子程序,可以用在纹理分析上,还不错-Gray-level co-occurrence matrix calculation procedures, including subroutines, can be used in texture analysis, but also good
Platform: | Size: 1024 | Author: | Hits:

[Special EffectsTexture

Description: 由灰度共现矩阵提取纹理特征:能量,惯性矩,相关性,熵,有完整的交互界面-By the gray co-occurrence matrix texture features extraction: energy, moment of inertia, relevance, entropy, there is a complete interface
Platform: | Size: 5724160 | Author: 张球儿 | Hits:

[Special EffectsTexture

Description: 纹理分析-灰度共现矩阵算法实现,通常将图像划分成若干个纹理块计算。-Texture Analysis- gray co-occurrence matrix algorithm implementation, usually the image is divided into a number of texture calculation block.
Platform: | Size: 3667968 | Author: 魏春雨 | Hits:

[Special EffectsTexture-features

Description: matlab编写的用于实现灰度共生矩阵,灰度-梯度共生矩阵,灰度直方图,协方差系数,LOG滤波器的源代码了。全部经过测试,可以直接使用。对于做纹理分析很有帮助。一共有五个代码-matlab prepared for the realization of Gray Level Co-occurrence matrix, gray- gradient co-occurrence matrix, gray histogram, covariance coefficients, LOG source code of the filter. All tested and can be used directly. Useful for texture analysis done. A total of five code
Platform: | Size: 4096 | Author: jd | Hits:

[BooksMCM

Description: 一种基于颜色共生矩阵的纹理检索算法MCM,主要包括颜色共生矩阵纹理特征提取算法以及纹理特征的相似性度量函数-The color co-occurrence matrix based texture retrieval algorithm MCM, mainly the color co-occurrence matrix texture features texture feature extraction algorithm, as well as the similarity measure function
Platform: | Size: 618496 | Author: ZHANG | Hits:

[Special EffectsGrayLevelCoMatrix

Description: 提取纹理特征参数,主要是灰度共生矩阵源代码,用于图像处理-gray level co-matrix source code,used for the image processing, to get the texture features
Platform: | Size: 9216 | Author: codesoso | Hits:

[Special EffectsGLCM--texture-extraction

Description: 对图像的纹理特征进行提取,主要基于灰度共生矩阵,然后计算二次统计量(即特征)-Texture features for image extraction, mainly based on gray level co-occurrence matrix, and then calculate the amount of secondary statistics (ie features)
Platform: | Size: 7168 | Author: 亚会 | Hits:

[Special EffectsGray-level-co-occurrence-matrix

Description: 基于灰度共生矩阵的纹理图像分类研究相关论文-Research on texture image classification based on gray level co-occurrence matrix
Platform: | Size: 1766400 | Author: dingcheng | Hits:

[Othertexture analysis

Description: A statistical method of examining texture that considers the spatial relationship of pixels is the gray-level co-occurrence matrix (GLCM), also known as the gray-level spatial dependence matrix. The GLCM functions characterize the texture of an image by calculating how often pairs of pixel with specific values and in a specified spatial relationship occur in an image, creating a GLCM, and then extracting statistical measures from this matrix.
Platform: | Size: 8859648 | Author: Dilelena | Hits:

[Special EffectsTexture feature extraction

Description: 灰度共生矩 阵即为灰度级的空间相关矩阵,以其为基础的统计方法通过对矩阵统计量的求取较好地提取到了纹理特征,通过选取关键参数编程并进行仿真实现,分别求取了四个方向的灰度共生矩阵及其特征量来分析图像 的纹理特征。(The gray level co-occurrence matrix is the gray level spatial correlation matrix. Based on the gray level co-occurrence matrix, the texture features are extracted from the matrix statistics. The gray level co-occurrence matrix in four directions and its features are obtained by selecting the key parameters and programming and simulation. Features.)
Platform: | Size: 854016 | Author: giggle第一名 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net