登录
首页 » matlab » matlab.thresholding-master

matlab.thresholding-master

于 2019-04-14 发布 文件大小:23KB
0 211
下载积分: 1 下载次数: 1

代码说明:

  在计算机视觉中,图像分割是将图像分成多个片段的过程。这使我们能够通过以比原始图像更简单的表示方式来更好地分析图像。一种用于分割图像的方法是阈值分割;也就是说,将强度值低于阈值的所有像素设置为背景值,而将高于阈值的其他像素设置为前景值。最简单的阈值处理形式是对所有像素使用全局阈值,而自适应阈值处理根据像素及其周围环境动态改变阈值。典型地,阈值处理从灰度图像开始,并输出二进制图像以清晰地描绘图像中的片段。在本实验中,我们开发了一种自适应阈值算法,并将其与更简单的算法进行了比较。 此外,我们还开发了逆运动学证明来将机械臂移动到给定的x,y,z坐标。这一证明涉及三种命名身份,并获得了对机械臂设计的更好理解。(Image threshold segmentation)

文件列表:

matlab.thresholding-master, 0 , 2017-11-17
matlab.thresholding-master\LICENSE, 35142 , 2017-11-17
matlab.thresholding-master\README.md, 62 , 2017-11-17
matlab.thresholding-master\adaptiveClustering.m, 5001 , 2017-11-17
matlab.thresholding-master\binaryFromLevels.m, 1012 , 2017-11-17
matlab.thresholding-master\complexedge.m, 622 , 2017-11-17
matlab.thresholding-master\graythreshn.m, 1825 , 2017-11-17
matlab.thresholding-master\hysteresisSegmentation.m, 359 , 2017-11-17
matlab.thresholding-master\imageHistEntropy.m, 1615 , 2017-11-17
matlab.thresholding-master\jaccardIndex.m, 1019 , 2017-11-17
matlab.thresholding-master\kapursegment.m, 1192 , 2017-11-17
matlab.thresholding-master\modActiveContour.m, 1121 , 2017-11-17
matlab.thresholding-master\phsBlobDiscrimination.m, 655 , 2017-11-17
matlab.thresholding-master\phsHysteresis.m, 809 , 2017-11-17
matlab.thresholding-master\script_OtsuMethod.m, 792 , 2017-11-17
matlab.thresholding-master\script_kapur.m, 682 , 2017-11-17
matlab.thresholding-master\script_testPappas.m, 4248 , 2017-11-17
matlab.thresholding-master\simpleAdaptiveSegmentation.m, 923 , 2017-11-17

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

发表评论

0 个回复

  • meanshift
    基于meanshift算法最全面的资料收集,是本人长期收集该算法的结晶,里面有均值漂移算法的word文档,PPT资料,基于meanshift的目标跟踪算法(MATLAB),还有相应的文章,下了绝不后悔,将心比心,互惠互利。(Meanshift algorithm based on the most comprehensive data collection, is a long time, I collected the crystallization of the algorithm, which has mean-shift algorithm word document, PPT data, meanshift target tracking algorithm based on (MATLAB), there is a corresponding article, in no way under the regret, Care, and mutual benefits.)
    2020-06-25 22:40:02下载
    积分:1
  • read_ENVIimagefile
    说明:  ENVI软件标准格式的高光谱遥感图像含有两部分:一个是高光谱图像 '*.img ',另一个是遥感图像头文件 '*.hdr',该文件记录了遥感图像的信息,如图像尺寸、波段数、数据类型和大小端等。如果缺少头文件,将无法对遥感图像进行读取,因此头文件十分重要。 在Matlab中,将利用函数multibandread()对多波段(高光谱/多光谱)图像进行读取。(The hyperspectral remote sensing images of ENVI software standard format contain two parts: one is hyperspectral image'*.img ', the other is the remote sensing image header file'*.hdr', which records the information of remote sensing image, such as image size, band number, data type and size end, etc. If there is no header file, it will not be able to read remote sensing images, so header files are very important. In Matlab, multibandread () is used to read multiband (hyperspectral / multispectral) images.)
    2018-04-20 15:35:29下载
    积分:1
  • Texture
    计算四个方向的灰度共生矩阵,将其作为纹理特征,是一种纹理特征提取算法。(Calculation of the four directions of Gray Level Co-occurrence matrix as texture features, is a kind of texture feature extraction algorithm.)
    2008-03-11 19:51:54下载
    积分:1
  • matlab_calib
    立体视觉中的相机标定程序!很好用的张正友方法标定程序(stereo vision of the camera calibration procedure! Zhang good is the method of calibration procedures Friends)
    2007-03-23 16:45:59下载
    积分:1
  • C#百度OCR-本地和网络片识别文字-更新
    【实例简介】
    2021-11-04 00:31:39下载
    积分:1
  • toolbox_general
    数字信号处理或图像处理常用工具箱matlab(Common toolbox for digital signal processing)
    2017-06-07 16:17:40下载
    积分:1
  • openvc2.4.10配置方法
    针对opencv的配制方法总结,适合初学者来配置开发环境(For the preparation of opencv summary, suitable for beginners to configure the development environment)
    2017-07-18 17:14:19下载
    积分:1
  • cg-descent
    用共轭梯度下降算法 求解图像压缩感知 并进行比较(Conjugate gradient descent algorithm for image compression and compared perception)
    2013-08-30 22:33:31下载
    积分:1
  • SURF源码(matlab版)
    SURF的实现代码,用于图像特征提取,对于入门计算机视觉的同学有帮助(SURF implementation code for image feature extraction, for beginners of computer vision students help)
    2020-07-17 10:58:48下载
    积分:1
  • LineDetection
    基于Hough变换和基于Radon变换的直线检测算法代码(source code of two straight line detection algorithm (based on Hough Transform and Radon Transform))
    2013-04-22 16:03:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载