登录
首页 » Java » 43659358Matlab-GUI--for-Image-Segmentation--

43659358Matlab-GUI--for-Image-Segmentation--

于 2019-04-23 发布
0 250
下载积分: 1 下载次数: 9

代码说明:

说明:  基于MATLAB GUI的图像处理界面,包括基本的图像处理功能(Graphical interface construction based on image processing)

文件列表:

图像分割演示 用Matlab的界面设计, 0 , 2012-05-26
图像分割演示 用Matlab的界面设计\cameraman.tif, 65240 , 2000-12-04
图像分割演示 用Matlab的界面设计\moon.tif, 183950 , 2000-12-04
图像分割演示 用Matlab的界面设计\pears.png, 554554 , 2003-05-03
图像分割演示 用Matlab的界面设计\peppers.png, 287677 , 2002-12-16
图像分割演示 用Matlab的界面设计\pout.tif, 69004 , 2000-12-04
图像分割演示 用Matlab的界面设计\rice.bmp, 66518 , 2012-05-01
图像分割演示 用Matlab的界面设计\rice.png, 44607 , 2003-01-26
图像分割演示 用Matlab的界面设计\Segimage.fig, 6886 , 2012-05-26
图像分割演示 用Matlab的界面设计\Segimage.m, 8051 , 2012-05-25

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

发表评论

0 个回复

  • SiftGPU-V370
    说明:  使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual(SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors. SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified. SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descriptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided. )
    2011-02-23 10:20:27下载
    积分:1
  • kuaisutisheng
    针对CT 医学图像和MR I 医学图像成像特点, 提出了基于快速整数提升小波变换的融合方法。在CT 和 MR I 两幅医学图像配准的前提下, 利用提升小波变换把图像分解成低频和高频子图像, 对于小波变换后的高频 子图像, 选择区域标准差大的作为融合后的子图像 对于低频子图像, 采用加权融合, 最后进行小波逆变换, 得到 融合后的图像, 并对融合后图像用信息熵、平均梯度、相关系数的指标进行评价。实验结果表明, 基于快速整数提 升小波变换融合中, 小波高低频系数采用不同的规则能够取得更好的融合效果, 其轮廓清晰。该算法能够提升融 合后的医学图像信息量, 同时有效地保护图像的细节信息, 在执行时间和图像质量上均优于普通小波算法。(A imed at the characterist ics of CT andMR Imedical images, a new image fu sion al2 go rithm based on the fast in t lif t ing w avelet t ran sfo rm s is p ropo sed. Two o riginal images are decompo sed by the fast in t lif t ing w avelet t ran sfo rm s. The fu sion ru le based on the max imum standard deviat ion value variance is u sed to fu se the h igh f requency sub2image, w h ile a w eigh t2 ed average fu sed ru le is app lied by coeff icien t s of the low f requency. F inally, the fu sion image is recon st ructed fo r perfo rm ing inverse fast in t lif t ing w avelet t ran sfo rm s. The fu sion image is evaluated by en t ropy, average gradien t, and co rrelat ion coeff icien t s. Experimen tal resu lt show s that the fu sion image hasmo re info rmat ion than o riginal images and imp roves the quali2 ty of o riginal images. M eanw h ile, the fu sion image p ro tect s detail characterist ics of the image, thu s the real2t ime p rocess and image qualit ies are w ell than tha)
    2021-04-21 10:18:49下载
    积分:1
  • halcon
    一个选择模板的匹配方式,附带视觉标定,可以自由的选择模板进行匹配(A matching pattern of selected templates with visual calibration)
    2018-03-21 17:09:41下载
    积分:1
  • 空域增强
    说明:  思想:把原始图的直方图变换为均匀分布的形式,这样就增加了灰度值的动态 范围从而达到增强图像整体对比度的效果。其优点是能自动地增强整个 图像的对比度。 1、对灰度图像进行直方图的均衡化处理,达到图像增强的目的。 2、利用平均滤波和中值滤波对图像进行平滑滤波。 3、利用拉普拉斯运算对图像进行锐化滤波。(Idea: transform the histogram of the original image into the form of uniform distribution, so as to increase the dynamic gray value Range to enhance the overall contrast of the image. Its advantage is that it can automatically enhance the contrast of the whole image. 1. The gray image is processed by histogram equalization to achieve the purpose of image enhancement. 2. Average filter and median filter are used to smooth the image. 3. Using Laplace operation to sharpen the image.)
    2019-11-13 16:49:49下载
    积分:1
  • GraphCut
    对Vladimir Kolmogorov,Yuri Boykov大牛的算法杰作——Graph Cut进行使用演示,代码力求精简,可供Graph Cut初学者参考学习。已通过VS2005编译。(Of Vladimir Kolmogorov, Yuri Boykov big cow masterpiece algorithm- Graph Cut for the use of demonstration, the code to be simple, for beginners Reference Graph Cut Study. VS2005 compiler has passed.)
    2020-10-30 22:20:01下载
    积分:1
  • KSVD_Matlab_ToolBox
    K-SVD的工具箱,使用非常简单,直接运行demo。有助于学习K-SVD,对初学者非常有用。(K-SVD Toolbox, easy to use and it is very useful for beginners.)
    2017-03-20 11:34:26下载
    积分:1
  • 4
    DCT域图像水印算法,并根据携密载体提取秘密信息(DCT domain image watermarking algorithm, and extract secret information according to the carrier.)
    2018-10-30 10:39:32下载
    积分:1
  • pei
    在matlab环境下对两幅图像进行配准,输出配准参数,显示配准结果(In the matlab environment for registration of two images, output registration parameters, shows the registration results)
    2011-11-19 20:43:11下载
    积分:1
  • EmgucvTest
    用c#和emgucv实现了1.显示图像的直方图,2.直方图均衡化,3.中值滤波,4.sobel算子,roberts算子和Prewitt算子的边缘提取。各算法均自己实现不是调用函数。但是读图片的信息是用的emgucv。希望和同样刚接触emgucv的同学共同进步(With c# and emgucv achieve a 1 shows a histogram of the image, 2. Histogram equalization, 3 median filter, 4.sobel operator, edge roberts operator and Prewitt operator extraction. Various algorithms to achieve their own instead of calling a function. But reading the image information is used emgucv. The same hopes and common progress of students new to emgucv)
    2013-11-26 09:32:22下载
    积分:1
  • LaplacianPyramid
    说明:  图像的Laplace金字塔分解与重构算法。(Laplacian pyramid decomposition and reconstruction of image. )
    2009-09-01 10:35:08下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载