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

matlab.thresholding-master

于 2019-04-14 发布
0 139
下载积分: 1 下载次数: 7

代码说明:

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

  • SaliencyToolbox
    ITTI视觉显著性检测MATLAB工具箱可用于检测图像视觉显著性(ITTI visual saliency detection MATLAB toolbox can be used to detect visual saliency of images)
    2020-11-06 20:49:50下载
    积分:1
  • EMSegementation
    EM算法是最为经典的统计图像分割方法,代码基于matlab,使用EM算法实现图像分割,源代码加实例图像,非常好用(By using EM algrithm to realize the segementation of image)
    2021-04-27 13:08:45下载
    积分:1
  • MATLAB
    二维地震信号的emd实现,逐道分解,挑选信号主导分量(EMD realization of two-dimensional seismic signal, decomposition by channel, selection of signal dominant component)
    2018-01-08 10:17:59下载
    积分:1
  • 提取不同颜色
    说明:  对图像中不同的颜色进行提取,从而实现图像分割和不同颜色处理(Extracting different colors from images)
    2020-05-06 16:16:54下载
    积分:1
  • THEPROBABILITYH-THEVIDENCEFUSION
    针对杂波环境下的多个机动目标跟踪问题, 本文将多模型概率假设密度 (Multiple-model probability hypothesis density, MM-PHD) 滤波器和平滑算法相结合, 提出了 MM-PHD 前向 – 后向平滑器. 为了避免引入复杂的随机有限集 (Random finite set, RFS) 理论, 本文根据 PHD 的物理空间 (Physical space) 描述法推导得到了 MM-PHD 平滑器的后向更 新公式. 由于 MM-PHD 前向–后向平滑器的递推公式中包含有多个积分(By integrating the multiple-model probability hypothesis density (MM-PHD) filter with the smoothing al- gorithms, an MM-PHD forward-backward smoother is proposed in this paper for tracking multiple maneuvering targets in clutter. To avoid use of complex random finite set (RFS) theory, the backward updated equation of the MM-PHD smoother can be derived according to the physical-space explanation of the PHD)
    2013-09-23 15:36:28下载
    积分:1
  • fatigue_mq_block
    基于opencv的C语言的疲劳驾驶检测代码,肤色检测人脸(fatigue driving detecting)
    2014-06-22 16:36:22下载
    积分:1
  • Region-Grow
    说明:  区域生长算法,用于图像分割。 运行RunGrow.m 修改文件名即可。(Region growing algorithm for image segmentation. Run RunGrow.m modify the file name.)
    2011-03-23 15:13:46下载
    积分:1
  • huffman
    对图像进行哈夫曼编码并且能够解码,可以在命令行中选择图像地址(Huffman encoding and decoding of images)
    2019-04-08 20:49:14下载
    积分:1
  • SVM
    说明:  基于opencv的支持向量基(SVM)的代码,利用SVM解决2维空间向量的3级分类问题。(Opencv-based support vector machine (SVM) of the code, the use of SVM to solve 2-dimensional vector space of three classifications.)
    2009-08-03 11:28:59下载
    积分:1
  • Calculate-the-proportion-of-pigment
    计算色素占比,能够自动计算各种颜色的占比。省时省力。(Calculate the proportion of pigment, can automatically calculate the proportion of various colors. Saving time.)
    2016-03-02 10:42:33下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载