登录
首页 » matlab » grid-segmentation

grid-segmentation

于 2020-07-04 发布 文件大小:530KB
0 100
下载积分: 1 下载次数: 146

代码说明:

  图像分割--用matlab实现图像的自动多阈值分割 (Image segmentation- Image by matlab automatic multi-threshold segmentation)

文件列表:

grid segmentation
.................\data1
.................\.....\result





.................\readme.txt,249,2008-09-25
.................\ridge
.................\.....\bwridgecenter.m,796,2008-09-25
.................\.....\DepthMeature.m,344,2008-09-24
.................\.....\DrawEllipse.m,1465,2008-09-25
.................\.....\dspimalpha.m,184,2008-09-24
.................\.....\dspimanalys.m,1705,2008-09-25
.................\.....\dspimcat.m,354,2008-09-25
.................\.....\gray2bw.m,303,2008-09-24
.................\.....\im_hessangle2.m,622,2008-03-25
.................\.....\im_hessstrflt2.m,501,2005-12-26
.................\.....\im_scalablehess2.m,742,2008-03-25
.................\.....\MarkPseudoBlob.m,576,2008-09-24
.................\.....\ModifyWaterShed.m,519,2008-09-24
.................\.....\nonmaxsup.m,6586,2005-12-09
.................\.....\RemovePseudoContour.m,319,2008-09-24
.................\startup.m,67,2008-09-24
.................\test.m,3119,2008-09-25
.................\Thumbs.db,29696,2008-03-22

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

发表评论

0 个回复

  • 基于帧差法多目标跟踪Matlab代码
    非常完整的帧差法多目标跟踪Matlab代码,并提供了完整的文档介绍,非常适合初学者学习。注:运行时要改一下文件路径,以及把视频文件转成图像序列输入。(Very complete frame difference method, multi-target tracking Matlab code, and provides a complete documentation, very suitable for beginners to learn. Note: at run time, you change the file path, and the video file is converted to an image sequence)
    2017-08-31 10:13:00下载
    积分:1
  • miyao
    本文提出了基于二维混沌映射的数字图像水印算法,混沌具有随机性、似噪声及对初始条件的极端敏感性等特点。将经过二维混沌映射置乱后的数字水印信号嵌入图像小波域的低频系数,实现了数字水印的隐蔽性、保密性和稳固性;利用二维混沌映射Arnold变换对水印信号进行置乱,不仅增强了水印信号保密性,同时有效提高了视觉上抵抗图像剪切攻击的能力。(In this paper, two-dimensional chaotic map based on digital image watermarking algorithm, Chaos with random noise and the likelihood of extreme sensitivity to initial conditions and so on. Two-dimensional chaotic map will be scrambling after the digital watermark embedded image signal of the low-frequency coefficients in wavelet domain, the realization of a digital watermark hidden, security and stability the use of two-dimensional chaotic map on Arnold transform scrambling watermark signal, not only enhances the confidentiality of the watermark signal at the same time improve the visual image shear resistance attacks.)
    2009-06-28 10:11:45下载
    积分:1
  • ONSL0
    ONSL0稀疏重构算法是NSL0的优化版 输入: y:测量值向量 A:测量矩阵 A_pinv:A的广义逆 输出: xr:重构信号 用于对信号或者图像的压缩重构(ONSL0 u7A00 u758F u91CD u6784 u7B97 u6CD5 u662FNSL0 u7684 u4F18 u5316 u7248 u8F93 u5165: y: u6D4B u91CF u503C u5411 u91CF A: u6D4B u91CF u77E9 u9635 A_pinv: A u7684 u5E7F u4E49 u9006 u8F93 u51FA: xr: u91CD u6784 u4FE1 u53F7 u7528 u4E8E u5BF9 u4FE1 u53F7 u6216 u8005 u56FE u50CF u7684 u538B u7F29 u91CD u6784)
    2017-02-23 11:33:54下载
    积分:1
  • IHS-wavelet-fusion
    基于IHS变换的图像融合matlab程序,基于IHS变换和小波帧变换的图像融合matlab程序。(IHS transform based image fusion matlab program, based on the IHS transform and wavelet frame transform matlab image fusion procedures.)
    2008-04-26 14:46:23下载
    积分:1
  • Motion-Detection-video
    较简易的视频目标跟踪算法,有需要的朋友可参考(Than simple video target tracking algorithm, there is a need to refer to a friend)
    2009-04-15 08:43:06下载
    积分:1
  • StereoVision_SSD
    本算法在Matlab2008b 环境下实现。包括main,san 和ssd 三个函数。 这次实现的算法并不是比较两个已经知道的点是否匹配,而是已知一个图形中的特征点,在另外一个图像中找到与其最匹配的点,匹配度用SAD 或者SSD 来度量。 main.m 是程序的入口,包括生成和读入实验数据,调用sad 函数和ssd 函数求匹配点,最后绘 制出最后的结果。sad.m 是用sad 度量方法在另一图中求解匹配点的函数实现,有3 个参数 y=sad(x,image1,image2)。其中x 是代匹配的数据,image1 是图像1 数据,image2 是图像2 数据。 从理论上分析,ssd 比sad 算法要复杂一点,经过测试,在一幅640*480 的图像中寻找10 个匹配点数据SAD 用时25.062519 秒,SSD 用时25.291432 秒。(The algorithm Matlab2008b environment to achieve. Including the main, san, and ssd three functions. The implementation of the algorithm is not the point of comparing two matches already know, but the known feature points in a graphic, an image found in the other match with the most points, matching measured with the SAD or SSD. main.m is the entry, including the generation and reading test data, call the sad ssd function evaluation functions and matching points, and finally draw the final result. sad.m measure is sad figure in another match point in the function implementation to solve, there are three parameters y = sad (x, image1, image2). Where x is the generation of matching data, image1 is the data image 1, image2 is the image 2 data. From the theoretical analysis, ssd little more complicated than the sad algorithm, tested in a 640* 480 images of 10 match points in the search for data using time 25.062519 seconds SAD, SSD with time 25.291432 seconds. )
    2011-01-25 19:06:47下载
    积分:1
  • VCPP-image-processing-chapter06
    VisualC++数字图像处理技术详解第2版光盘-第六章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter VI)
    2016-04-16 13:34:28下载
    积分:1
  • Gauss-and-Mean-Curvature
    用matlab开发的计算给定曲面点云的,高斯和平均曲率图(Matlab calculation developed by a given surface point cloud, the Gaussian and mean curvature map)
    2011-05-30 10:22:59下载
    积分:1
  • image-segmentation-mean-shift
    说明:  使用mean shift方式增强图像对比度的一个小演示(开发平台:matlab7.0)(Using mean shift mode contrast-enhanced images of a small demo (Development Platform: matlab7.0))
    2008-09-10 17:46:23下载
    积分:1
  • fft
    对图像进行傅立叶变换和反变换,计算频谱幅值(The image Fourier transform and inverse transform, the amplitude spectrum is calculated)
    2013-05-23 10:10:14下载
    积分:1
  • 696519资源总数
  • 104214会员总数
  • 11今日下载