登录
首页 » WINDOWS » levelset segmentation biasCorrection v1

levelset segmentation biasCorrection v1

于 2018-03-16 发布 文件大小:60KB
0 222
下载积分: 1 下载次数: 2

代码说明:

  水平集(level set)的基本思想是将界面看成高一维空间中某一函数ψ(称为水平集函数)的零水平集,同时界面的演化也扩充到高一维的空间中。我们将水平集函数按照它所满足的发展方程进行演化或迭代,由于水平集函数不断进行演化,所以对应的零水平集也在不断变化,当水平集演化趋于平稳时,演化停止,得到界面形状。(The level set (level set) the basic idea is to interface as a higher dimensional space in a function (called a level set function) of the zero level set, and the interface evolution also extended to higher dimensional space. We evolve or iterate the level set function according to the evolution equation it satisfies. Because the level set function keeps evolving, so the corresponding zero level set is also changing. When the level set evolves to a stable state, the evolution stops, and the interface shape is obtained.)

文件列表:

levelset_segmentation_biasCorrection_v1, 0 , 2018-01-18
levelset_segmentation_biasCorrection_v1\Demo.m, 2800 , 2018-01-10
levelset_segmentation_biasCorrection_v1\Demo_MultiPhase.m, 4606 , 2018-01-16
levelset_segmentation_biasCorrection_v1\GetOne.m, 2452 , 2018-01-17
levelset_segmentation_biasCorrection_v1\GetThree.m, 2405 , 2018-01-17
levelset_segmentation_biasCorrection_v1\Heaviside.m, 144 , 2018-01-16
levelset_segmentation_biasCorrection_v1\OTSU.m, 427 , 2018-01-16
levelset_segmentation_biasCorrection_v1\get_one.m, 1223 , 2018-01-17
levelset_segmentation_biasCorrection_v1\heart_ct.bmp, 20534 , 2009-04-16
levelset_segmentation_biasCorrection_v1\huanyuan.m, 451 , 2018-01-17
levelset_segmentation_biasCorrection_v1\lse_bfe.m, 3246 , 2012-11-29
levelset_segmentation_biasCorrection_v1\lse_bfe_3Phase.m, 3611 , 2012-11-29
levelset_segmentation_biasCorrection_v1\myBrain_axial.bmp, 36682 , 2007-10-31
levelset_segmentation_biasCorrection_v1\normalize01.m, 184 , 2018-01-15
levelset_segmentation_biasCorrection_v1\one, 0 , 2018-01-18
levelset_segmentation_biasCorrection_v1\one\add_fc.m, 103 , 2018-01-18
levelset_segmentation_biasCorrection_v1\t1.m, 472 , 2018-01-17
levelset_segmentation_biasCorrection_v1\test_huanyuan.m, 2491 , 2018-01-17
levelset_segmentation_biasCorrection_v1\test_one.m, 428 , 2018-01-18
levelset_segmentation_biasCorrection_v1\three_region.m, 1237 , 2018-01-16

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

发表评论

0 个回复

  • Ray-tracing
    线性插值射线追踪法,设置模型为一三层模型,范围100m×100m(Linear interpolation ray tracing method, set the model for a three-tier model, the range 100m100m)
    2020-10-29 14:19:56下载
    积分:1
  • GGD_Image-processing.zip
    这个是广义高斯分布随机数产生程序,它可以用做广义高斯分布形状参数的估计,以及用在图像处理,独立成分分析,信号处理,数字水印等方面。(This is the random numbers about the generalized Gaussian distribution.It can be used in image processing, ICA, signal processing,digital watermark and so on.)
    2011-10-08 17:34:47下载
    积分:1
  • segmentation-codebook
    Real-time foreground–background segmentation using codebook model 了解码书进行图像处理(背景与前景)的原理,可以从该文章中获得有益的参考价值(Real-time foreground–background segmentation using codebook model A practical paper for knowing of image processing theory(about foreground-background) by codebook)
    2011-11-05 13:41:57下载
    积分:1
  • suanshubianma
    说明:  利用算数编码基本原理及其实现步骤,通过MATLAB实现算数编码。(Using the basic principle of arithmetic coding and its implementation steps, arithmetic coding is realized by MATLAB.)
    2019-01-02 16:52:22下载
    积分:1
  • WNNM_MC_code
    对于低水平的视觉情况下,加权核规范最小化算法及其应用。(Weighted Nuclear Norm Minimization and Its Applications to Low Level Vision)
    2020-11-26 01:19:31下载
    积分:1
  • VideoFrequencyTransformation
    自编源码:读取 yuv 文件保存为Jpg图,实现视频文件的转化(Own-source: Read yuv files saved as Jpg map, realize the conversion of video files)
    2007-10-18 15:05:32下载
    积分:1
  • Meanshift
    利用Mean-shift进行平滑处理,主要是对图像进行平滑的界面,MFC和OpenCV进行混合编程……(Mean-shift smoothing, image smooth interface, the MFC and OpenCV mixed programming ...)
    2012-03-26 10:08:52下载
    积分:1
  • GMM高斯混合模型进行背景建模(Matlab)
    转:https://blog.csdn.net/jinshengtao/article/details/26278725 混合高斯背景建模是基于像素样本统计信息的背景表示方法,利用像素在较长时间内大量样本值的概率密度等统计信息(如模式数量、每个模式的均值和标准差)表示背景,然后使用统计差分(如3σ原则)进行目标像素判断,可以对复杂动态背景进行建模,计算量较大。 在混合高斯背景模型中,认为像素之间的颜色信息互不相关,对各像素点的处理都是相互独立的。对于视频图像中的每一个像素点,其值在序列图像中的变化可看作是不断产生像素值的随机过程,即用高斯分布来描述每个像素点的颜色呈现规律单模态(单峰),多模态(多峰)(Gaussian mixture background modeling is a background representation method based on the statistical information of pixel samples. Statistical information such as the number of patterns, the mean and standard deviation of each pattern are used to represent the background. Statistical difference (such as 3_principle) is used to judge the target pixel. Complex dynamic background modeling has a large amount of computation. In the Gaussian mixture background model, it is considered that the color information between pixels is uncorrelated and the processing of each pixel is independent of each other. For each pixel in a video image, the change of its value in a sequential image can be seen as a random process that produces pixel values continuously, i.e. Gaussian distribution is used to describe the regularity of color rendering of each pixel in single mode (single peak) and multi-mode (multi-peak).)
    2020-11-01 09:49:54下载
    积分:1
  • NamespaceSupport2
    Encapsulate Namespace tracking logic for use by SAX drivers.
    2014-01-22 10:59:57下载
    积分:1
  • SPIHT
    通过多分辨率分解,实现红外图像的增强,改善图像的对比度(Through a multi-resolution decomposition, to achieve enhanced infrared image)
    2010-10-09 21:02:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载