登录
首页 » matlab » taotao51

taotao51

于 2014-04-04 发布 文件大小:8KB
0 216
下载积分: 1 下载次数: 74

代码说明:

  图像分割 自适应阈值法,otsu法,区域生长法,最大熵法,贝叶斯法,kMeans法,MeanShift法。(Adaptive threshold image segmentation method, otsu method, region growing method, the maximum entropy method, Bayesian method, kMeans law, MeanShift law.)

文件列表:

分割程序
........\AdaptiveThreshold.m,689,2014-03-12
........\Bayesian.m,1430,2014-03-09
........\Iterative.m,495,2014-03-09
........\Kmeans.m,1001,2014-03-09
........\MaxEntropy.m,1728,2014-03-09
........\MeanShiftSeg.m,2979,2014-03-09
........\Otsu.m,378,2014-03-09
........\Otsu2.m,853,2014-03-12
........\Otsu3.m,1611,2014-03-09
........\RegionGrowing.m,1634,2014-03-09

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

发表评论

0 个回复

  • radon变换
    radon正反变换,可有效的去除抛物线型的多次波,内附主程序与数据,可以调试 运行(Radon positive and negative transformation, can effectively remove parabolic multiples, enclosing the main program and data, you can debug run)
    2017-08-08 08:35:27下载
    积分:1
  • texton
    基于基元共生矩阵的纹理特征提取。通过5个基本的方格来检测图像并生成图像的基元共生矩阵,并从矩阵中提取其纹理特征信息。(Texton occurrence matrix based texture feature extraction)
    2021-04-09 17:39:00下载
    积分:1
  • GRABCUT
    matlab与C++混编的grabcut分割程序,只需画框即可提取目标(grabcut algorithm)
    2020-11-25 23:39:32下载
    积分:1
  • ISAR-Imaging-With-MATLAB-Algorithms
    这本书提供了充分的代表性逆合成孔径雷达(ISAR)成像,这是一种流行和重要的雷达信号处理工具。本书涵盖了所有可能的ISAR成像方面。这本书提供了一个介绍了专家组的逆问题和合成孔径雷达(SAR)提出的问题之前,信号处理技术和雷达基本相当。如高分辨率SAR的重要概念,脉冲压缩和图像形成连同相关的MATLAB代码。 ISAR成像的基本原理后,这本书提供了相关的MATLAB函数和代码成像ISAR成像的详细程序。 ISAR成像,多个成像技巧和微调,如零填充和窗口程序,以提高图像的质量也被提出。最后,逆合成孔径雷达图像中的各种实际应用,如成像天线平台散射的,是在单独的一章。所有这些算法,MATLAB代码和数字都包括在内。最后一章考虑了在ISAR成像的先进理念和发展趋势。(This book provides a full representation of Inverse Synthetic Aperture Radar (ISAR) imagery, which is a popular and important radar signal processing tool. The book covers all possible aspects of ISAR imaging. The book offers a fair amount of signal processing techniques and radar basics before introducing the inverse problem of ISAR and the forward problem of Synthetic Aperture Radar (SAR). Important concepts of SAR such as resolution, pulse compression and image formation are given together with associated MATLAB codes. After providing the fundamentals for ISAR imaging, the book gives the detailed imaging procedures for ISAR imaging with associated MATLAB functions and codes. To enhance the image quality in ISAR imaging, several imaging tricks and fine-tuning procedures such as zero-padding and windowing are also presented. Finally, various real applications of ISAR imagery, like imaging the antenna-platform scattering, are given in a separate chapter. For all these algorithms, MATLA)
    2012-04-15 11:05:10下载
    积分:1
  • 24368
    程序将界面与数据处理分开,界面采用MFC的对话框模板,对注册、训练、识别和主界面分别建立一个类,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理又分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。这样的程序结构使对界面和算法彼此独立,互不影响。 每个类的具体方法请见相应头文件中的注释。(The program will interface with the data processing separate interface using MFC dialog template, registration, training, recognition and the main interface, respectively, to create a class that interacts with the user through a message handler, using multiple threads to display images in real time.   Data processing is divided into a CFaceAlign (Face Detection+ geometric normalization), CLightPrep (illumination normalization), CFaceFeature (Gabor feature extraction), CSubspace (computing Fisherface subspace) four categories, as well as a class is responsible for managing CFaceMngr interface and data exchange between. Such a program structure allows for interfaces and algorithms are independent of each other. Specific methods of each class, see the comments in the appropriate header files.)
    2015-04-13 10:05:34下载
    积分:1
  • read_image
    批量读取tiff影像并计算月份NDVI最大值(use matlab to read tiff and calculate NDVI)
    2014-05-22 21:36:01下载
    积分:1
  • SSIM_Matlab_
    用ssim方法对两幅图像进行比较的matlab源码( useful code of matlab for comparing of two pictures)
    2021-04-23 15:18:48下载
    积分:1
  • VapourSynth-BM3D-master
    VapourSynth-BM3D-master BM3D算法的原创代码,运行速度超快,参考文献《Image Denoising by Sparse 3-D Transform-Domain Collaborative Filtering》(VapourSynth-BM3D-master BM3D original algorithm code, run super-fast, Reference " Image Denoising by Sparse 3-D Transform-Domain Collaborative Filtering" )
    2016-10-17 19:18:10下载
    积分:1
  • sauvola
    图像二值化算法,试用效果还不错,欢迎大家试用(Improved Image and Text Binarization Algorithm)
    2015-06-08 10:35:07下载
    积分:1
  • dither
    一个图像抖动算法的例子,从被人那里copy来的,希望对大家有帮助。c写的。(An example of image dithering algorithm, from the copy to be there and want to help you. c wrote.)
    2009-05-07 20:16:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载