登录
首页 » matlab » 纹理图像分割

纹理图像分割

于 2018-12-03 发布 文件大小:2108KB
0 99
下载积分: 1 下载次数: 15

代码说明:

  纹理图像分割的算法和实例,其中包括理论的讲解和 MATLAB 文件。(Algorithms and Examples of Texture Image Segmentation)

文件列表:

纹理图像分割, 0 , 2018-07-21
纹理图像分割\sambhare, 0 , 2008-04-25
纹理图像分割\sambhare\Detecting Artifacts and Textures in Wavelet Coded Images.doc, 435712 , 2003-05-16
纹理图像分割\sambhare\Detecting Artifacts and Textures in Wavelet Coded Images.pdf, 298280 , 2003-05-16
纹理图像分割\sambhare\sambhare.ppt, 706048 , 2003-05-08
纹理图像分割\sambhare\SegmentationFinal, 0 , 2008-04-25
纹理图像分割\sambhare\SegmentationFinal\1.bmp, 66614 , 2008-04-24
纹理图像分割\sambhare\SegmentationFinal\3.bmp, 66614 , 2008-04-24
纹理图像分割\sambhare\SegmentationFinal\4.bmp, 22753 , 2008-04-25
纹理图像分割\sambhare\SegmentationFinal\6.bmp, 66614 , 2008-03-20
纹理图像分割\sambhare\SegmentationFinal\barbaraportion.png, 43852 , 2003-04-23
纹理图像分割\sambhare\SegmentationFinal\c1.bmp, 196662 , 2008-04-22
纹理图像分割\sambhare\SegmentationFinal\c2.bmp, 196662 , 2008-04-22
纹理图像分割\sambhare\SegmentationFinal\c3.bmp, 196662 , 2008-04-22
纹理图像分割\sambhare\SegmentationFinal\c4.bmp, 196662 , 2008-04-22
纹理图像分割\sambhare\SegmentationFinal\chisq.m, 366 , 2003-05-16
纹理图像分割\sambhare\SegmentationFinal\doog.asv, 2908 , 2003-05-16
纹理图像分割\sambhare\SegmentationFinal\doog.m, 2884 , 2003-05-16
纹理图像分割\sambhare\SegmentationFinal\gaussian.m, 453 , 2003-05-16
纹理图像分割\sambhare\SegmentationFinal\girl.bmp, 156006 , 2003-04-22
纹理图像分割\sambhare\SegmentationFinal\histproc.m, 652 , 2003-05-16
纹理图像分割\sambhare\SegmentationFinal\main.asv, 14886 , 2003-05-16
纹理图像分割\sambhare\SegmentationFinal\main.m, 15480 , 2008-04-25
纹理图像分割\sambhare\SegmentationFinal\pca.m, 1110 , 2003-05-16
纹理图像分割\sambhare\SegmentationFinal\postproc.m, 1698 , 2003-04-23
纹理图像分割\sambhare\SegmentationFinal\preprocfast.m, 4303 , 2003-05-16
纹理图像分割\sambhare\SegmentationFinal\rescalegray.m, 185 , 2003-05-16
纹理图像分割\说明.txt, 125 , 2018-07-20

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

发表评论

0 个回复

  • 特征提取
    应用灰度共生矩阵求解纹理特征并用熵,相关性,惯性矩,能量,局部平衡等参数带有实例照片可以直接编译(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.)
    2018-01-29 09:37:43下载
    积分:1
  • 基础程序,主要针对遥感影
    图像处理基础程序,主要针对遥感影像处理。内含各种基础处理源码(matlab ,imagine analisy)
    2020-06-15 22:23:56下载
    积分:1
  • Image-magnification-narrow
    一段很好的图像放大缩小程序,解码后可以运行。(A very good image magnification narrow program, the decoding can run. )
    2012-07-21 11:04:36下载
    积分:1
  • xiaobogaijin-(1)
    改进的小波算法,主要对小波二次分解进行了改进(Improved wavelet algorithm, mainly secondary wavelet decomposition is improved)
    2015-03-19 15:11:33下载
    积分:1
  • singalframenuc
    通过统计直方图并作相应的处理完成了红外图像非均匀性校正,特别是针对红外图像中常见的条纹非均匀性(Through statistical histogram and processed accordingly infrared image non-uniformity correction, especially for the common striped infrared image non-uniformity)
    2021-02-10 16:29:52下载
    积分:1
  • dct
    图相多描述编码matlab仿真 多描述编码的matlab仿真,本科生的毕业设计 生成图像后计算psnr >> J=imread( 两描述都收到后重建的图像.bmp ) PSNR(I,J) ans = 32.3290 >> J=imread( 描述1重建后的图像.bmp ) >> PSNR(I,J) ans = 28.7011 >> J=imread( 描述2重建后的图像.bmp ) >> PSNR(I,J) ans = 29.1467 (Figure phase multiple description coding matlab simulation Matlab simulation of multiple description coding, undergraduate graduation design Generated images calculated psnr >> J = imread ( the reconstructed image after the two descriptions are received. Bmp ) >> PSNR (I, J) ans = 32.3290 >> J = imread ( to describe a reconstruction of images. Bmp ) >> PSNR (I, J) ans = 28.7011 >> J = imread ( to describe two reconstruction images. Bmp ) >> PSNR (I, J) ans = 29.1467)
    2020-12-10 21:09:19下载
    积分:1
  • Haar-like
    本程序实现选定图像的Haar-like特征提取功能,方便学习者能直观的看到各类Haar-like特征值。代码简单易于理解。(The program implements the selected image Haar-like feature extraction function to facilitate the learners can visually see all kinds of Haar-like feature values. Code is simple and easy to understand.)
    2014-10-09 09:47:47下载
    积分:1
  • 01.gudingquanzhong_juyubeijing
    飞机弱小目标检测,利用固定权重,对背景进行全图重建,再利用残差图像,获得小目标的具体方位。(Aircraft small target detection, the use of fixed weights to rebuild the whole map background, and then use the residual image, obtain the specific location of small targets)
    2015-09-13 14:12:13下载
    积分:1
  • level_set_code_one
    说明:  也是水平集方法的一个matlab源代码 基于边缘信息的(level is a collection of source code based on Matlab Edge Information)
    2006-04-06 09:09:48下载
    积分:1
  • ART
    CT图像重建中经典的代数重建算法,其中还有我算的A矩阵的数据(CT image reconstruction in classical algebraic reconstruction algorithm, which there I counted A data matrix)
    2020-11-23 15:29:34下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载