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

matlab.thresholding-master

于 2019-04-14 发布 文件大小:23KB
0 169
下载积分: 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 个回复

  • 提取不同颜色
    说明:  对图像中不同的颜色进行提取,从而实现图像分割和不同颜色处理(Extracting different colors from images)
    2020-05-06 16:16:54下载
    积分:1
  • fftchazhi
    基于matlab平台的fft加窗插值算法,适用于信号分析(Wft window interpolation algorithm based on matlab platform, suitable for signal analysis)
    2020-06-24 11:20:02下载
    积分:1
  • wavelet
    用c语言写的db4多尺度小波去噪代码,效仿matlab的方式,将分解后的系数存放在原数组里(Db4 multi-scale wavelet denoising code, c language written emulate matlab manner, the decomposition coefficients stored in the original array)
    2021-03-15 14:49:22下载
    积分:1
  • ipexblind
    盲去卷积复原图像的示例翻译,加入了中文标注,效果较好(deconvblind)
    2009-12-21 19:47:35下载
    积分:1
  • leijiayanse
    累加颜色直方图法图像检索,包含基本程序、图片库以及WORD说明文档(Cumulative color histogram image retrieval, including basic procedures, photo gallery and documentation WORD)
    2011-05-21 18:30:06下载
    积分:1
  • ColorHistogramjiansuo
    详细设计了基于颜色直方图的图像检索 效果不错 计算速度快(Detailed design of the color histogram-based image retrieval good results fast calculation)
    2009-11-04 19:55:40下载
    积分:1
  • 8-(1)
    图像修复是对图像中破损区域进行信息填充,以减少图像破损所带来的信息损失的过程。 传统的图像修复方法需要依赖图像的具体结构来制定相应的修复方法,压缩感知理论的提出,使得可以利 用信号的稀疏性来对图像进行修复。基于K 奇异值分解(KSVD)与形态学成分分析(MCA,Morphological Component Analysis)的图像修复方法首先采用形态学成分分析方法对破损图像进行特征分析,将其分解 为结构部分和纹理部分;然后基于学习型字典KSVD分别对这两部分进行过完备字典训练;最后利用训练得 到的字典实现对破损图像的修复。相比于传统的图像修复方法,该方法具有适应性强、修复效果好等优点(Image inpainting is to fill the missing data in corrupted images and thus to reduce the information loss of damaged image. Traditional inpainting algorithms are dependent on specific structure of target images compressive sensing theory makes is possible to realized image inpainting with signal sparsity. This paper proposes a novel inpainting algorithm based on KSVD and MCA algorithm, which first decomposes the image into texture part and structure part, and then trains the two dictionaries for these two parts with KSVD and reconstructs the original image with these two trained dictionaries. Experiment indicates that the proposed algorithm is of better adaptability and performance as compared with traditional algorithms.)
    2020-07-31 15:08:38下载
    积分:1
  • IICandIID_R_nmp
    对特征值进行非极大值抑制的角点检测,并且选用了合适的阈值加强检测效果(corner detection by non-maxima suppression of Eigenvalues and selected the appropriate threshold to enhance detection)
    2013-10-29 11:38:22下载
    积分:1
  • plate
    说明:  此程序是关于车牌识别重的一个重要环节——图像的二值化过程,希望能给你一些帮助(this program is heavy on the license plate to identify an important part of the-- the two values image process and hope to give you some help)
    2006-04-01 09:36:42下载
    积分:1
  • yuzhibianhua
    图像处理基本算法其中之一的yuzhibianhua (Image processing one of the basic algorithm yuzhibianhua)
    2008-06-04 17:13:13下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载