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

matlab.thresholding-master

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

  • splitting_bregman
    用分裂bregman方法解决图像模糊的matlab算法,很经典,大家可以参考一下(Split bregman method to solve the image blurring Matlab algorithm, it is classic, and we can refer to)
    2020-06-30 18:40:01下载
    积分:1
  • matlab_hyperspectral_toolbox_v0.07
    matlab 高光谱处理工具箱 hyperspecreleasesmatlab_hyperspectral_toolbox_v0.07.zip( Matlab Hyperspectral Toolbox Copyright 2008-2012 Isaac Gerg ------------------------------------------------------------------------- A Note on Notation Hyperspectral data is often expressed many ways to better describe the mathematical handling of the data mainly as a vector of pixels when referring to the data in a space or a matrix of pixels when referring to data as an image. ------------------------------------------------------------------------- Dependencies FastICA- http://www.cis.hut.fi/projects/ica/fastica/code/dlcode.shtml ------------------------------------------------------------------------- Functions Reading/Writing Data Files hyperReadAvirisRfl- Reads AVIRIS .rfl files hyperReadAvirisSpc- Read AVIRIS .spc files hyperReadAsd- Reads ASD Fieldspec files. (.asd, .000, etc) Data Formatting hyperConvert2D- Converts data from a 3D HSI data cube to a 2D matrix hyperConvert3D- Converts data fro)
    2012-12-06 16:04:53下载
    积分:1
  • bianyuanjiance
    实现边缘连接和线段拟合源码,希望能与大家共享 (Realize the edge connectivity and line segment fitting source, hoping to share with everyone)
    2007-10-13 07:36:10下载
    积分:1
  • exemplar-based-image-inpainting-master
    说明:  图像修复算法 使用criminisi算法对破损图像进行修复。(The image restoration algorithm uses criminisi algorithm to repair the damaged image.)
    2020-11-25 22:09:32下载
    积分:1
  • fun pcnn
    基于PCNN的特征提取,PCNN用于特征提取时,具体平移、旋转、尺度、扭曲等不变性,这正是许多年来基于内容的图像检索系统追求的目标,同时PCNN用于特征提取时,有很好的抗噪性。而且PCNN直接来自于哺乳动物视觉皮层神经的研究,具有提取图像形状,纹理,边缘的属性。用PCNN能很好地对图像进行签名,将二维的图像的特征提取成一维矢量签名。(Feature extraction of specified object is an important preprocessing stage in machine vision systems. In this paper, we present a novel hybrid feature extraction method using PCNN (Pulse Coupled Neural Network) and shape information. First, we use PCNN firing map train to formulate object’s time signature, then we use roundness of each firing map to formulate object’s shape information vector, the final feature matrix we got is combined time signature and roundness. We take correlations as our judge criteria in our experiments. It has been proved that the algorithm is not sensitivity with the rotation, scaling and translation of the object and is a useful method for target recognition applications.)
    2010-05-20 23:23:38下载
    积分:1
  • delphihuidu
    DELPHI编写灰度直方图显示,DELPHI编写灰度直方图显示(DELPHI Writing gray histogram display, DELPHI written grayscale histogram display)
    2013-03-03 17:32:25下载
    积分:1
  • renlianjiance
    这是完整的一套人脸表情识别,从样本训练到目标的识别.采用PCA来提取特征(This is the complete set of Facial Expression Recognition from the sample to the target identification training. Using PCA to extract the characteristics of)
    2008-04-10 13:14:16下载
    积分:1
  • ssim
    图像处理算法质量评估,图像结构相似度(ssim)评价的matlab实现,并附带原始论文pdf(This is an implementation of the algorithm for calculating the Structural SIMilarity (SSIM) index between two images. Please refer to the following paper: Z. Wang, A. C. Bovik, H. R. Sheikh, and E. P. Simoncelli, "Image quality assessment: From error measurement to structural similarity" IEEE Transactios on Image Processing, vol. 13, no. 1, Jan. 2004.)
    2020-06-16 10:00:11下载
    积分:1
  • VISUALC++MFCsamples
    对图像进行二值化处理的源代码,编译后的可执行文件须带参数运行),非常好的代码.欢迎使用和下载!呵呵,真的,不信下下看啊!(two pairs of images of the value of the source code, compile the executable files carry parameters run), very good code. welcome to download and use! Oh, really, do not look at the next letter ah!)
    2007-04-01 17:35:13下载
    积分:1
  • Imahe-processing-2005
    image processing book
    2011-05-20 01:02:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载