登录
首页 » matlab » ex2

ex2

于 2019-11-12 发布
0 90
下载积分: 1 下载次数: 2

代码说明:

说明:  Ostu分割方法实现 根据原理编写Ostu程序,对cameraman灰度图片进行分割;并对获得的前景与背景,分别再进行一次分割;(Implementation of Ostu segmentation method According to the principle, the Ostu program is compiled to segment the gray image of cameraman, and the foreground and background are segmented again;)

文件列表:

ex2\cameraman.tif, 262750 , 2014-10-03
ex2\exp6_ex2.m, 3219 , 2019-11-05
ex2\statistics.m, 154 , 2019-11-05
ex2\Wang6-1.jpg, 36722 , 2019-11-05
ex2\Wang6-2.jpg, 41978 , 2019-11-05

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

发表评论

0 个回复

  • Harris2
    说明:  Harris角点检测,关于角点的应用在图像处理上比较广泛,如图像匹配(FPM特征点匹配)、相机标定等。网上也有很多博客对Harris角点检测原理进行描述,但基本上只是描述了算法流程,而其中相关细节并未作出解释,这里我想对有些地方做出补充说明,正所谓知其然知其所以然,如有不对,还望指正。(Harris corner detection)
    2019-06-13 22:02:03下载
    积分:1
  • 马尔科夫随机场算法matlab实现分辨率增强
    说明:  马尔科夫随机场算法matlab实现图像分辨率增强(Markov enhanced the image resolution)
    2020-03-19 20:19:25下载
    积分:1
  • imagesegmentation
    压缩文件里有四种图像分割的算法源代码,即阈值法、区域增长法、分裂合并法和K均值法。图片可用于检验。(The rar folder includes four source code of image segmentation,ie.thresholding, region growing, splitting and merging, kmeans. The images are able to be used for evaluation and verification. )
    2010-06-24 07:10:57下载
    积分:1
  • linear
    - 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 (- 1, limiting filtering method (also known as filtering method to determine the procedure) 2, the median filtering method 3, the arithmetic average filtering method 4, the average recursive filtering method (also known as the moving average filtering method) 5, with a median value of the average filter Act (also known as anti-pulse interference average filtering method) 6, limiting the average filtering method 7, the first order lag filtering method 8, the weighted average recursive filtering method 9, extinction Buffeting filtering method 10, limiting consumer Buffeting filtering method)
    2021-01-18 17:18:42下载
    积分:1
  • Face-Eye-Detection
    说明:  一种人脸识别方法,是利用眼睛虹膜进行识别(A face recognition method is the use of iris identification)
    2009-08-24 22:48:34下载
    积分:1
  • MIFncObject
    刚体配准方法中,通常使用互信息函数作为相似性测度,此类提供计算的封装。(rigid registration method, which is commonly used as a mutual information function similar measure, the provision of such calculation package.)
    2006-12-30 18:47:18下载
    积分: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
  • 《实用数字与分析(2版)》源代码
    《实用图像处理与分析》源代码是一套完全可执行的VC 界面源代码,界面内容除了图像的表示、读入、保存、彩色变灰度以外,还包括图像的2值化处理、微分变换、几何变换、彩色变换、参数测量、傅里叶变换、小波变换、Hough变换、模式识别、神经网络、遗传算法、图像压缩等功能,提供有近100个图像处理与分析函数的源代码,可用于图像处理的教学和科研。
    2020-04-27下载
    积分:1
  • plot
    使用sift+RANSAC完成两幅图像的特征提取和匹配,并将较小图像区域在另一幅中用方框圈出来。运行plot.m。(This code uses sift and RANSAC to extract features of two images and then finds and marks the smaller image in the other image.run plot.m)
    2015-05-10 21:07:27下载
    积分:1
  • zengqiang
    说明:  图像增强程序,经测试有一定效果。其中采用模糊增强算法,值得参考。(Image enhancement procedures, have been tested and have a certain effect. Which the use of fuzzy enhancement algorithm, it is also useful.)
    2008-12-01 12:33:50下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载