登录
首页 » Special Effects » 基于带电流体模型的脑图像分割方法, 该方法是active contour的一个变体,但不同于level set的机理,可以自动处理拓扑的变化,而且速度非常快!...

基于带电流体模型的脑图像分割方法, 该方法是active contour的一个变体,但不同于level set的机理,可以自动处理拓扑的变化,而且速度非常快!...

于 2022-07-14 发布 文件大小:841.30 kB
0 72
下载积分: 2 下载次数: 1

代码说明:

基于带电流体模型的脑图像分割方法, 该方法是active contour的一个变体,但不同于level set的机理,可以自动处理拓扑的变化,而且速度非常快!-Charged_Fluid_Model_for_Brain_Image_Segmentation

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

发表评论

0 个回复

  • JPG BMP或JPG BMP陈,陈
    jpg与bmp的转换,在VC下可以直接运行 -jpg tran bmp, or bmp tran jpg
    2022-03-24 08:58:17下载
    积分:1
  • Related to digital image processing of some procedures, including histogram equa...
    有关数字图像处理的几个程序,包括直方图均衡化(不用matlab自带函数)、空域butterworth滤波等,请多指教。-Related to digital image processing of some procedures, including histogram equalization (do not bring their own matlab function), such as air filter butterworth, please advice.
    2022-07-02 05:13:47下载
    积分:1
  • 第四章 MATLAB 图形对象操作 4.1 图形对象的属性 4.2 图形对象句柄的获取 4.2.1 对象创建时获取 4.2.2 层次关系...
    第四章 MATLAB 图形对象操作 4.1 图形对象的属性 4.2 图形对象句柄的获取 4.2.1 对象创建时获取 4.2.2 层次关系来获取 4.2.3 当前对象的获取 4.2.4 根据对象属性值的获取 4.3 图形对象句柄的删除与判断 4.3.1 句柄的删除 4.3.2 句柄的判断 4.4 图形对象属性值的获取与设置 4.4.1 图形对象属性值的设置 4.4.2 图形对象属性值的获取 4.4.3 用户缺省值的操作 4.5 图形对象的其它操作 4.5.1 figflag 函数 4.5.2 findfigs 函数 4.5.3 copyobj 函数 4.5.4 capture 函数 4.5.5 refresh 函数 4.5.6 saveas 函数 4.5.7 hgload 函数和 hgsave 函数 4.5.8 newplot 函数 -Chapter IV of MATLAB graphic objects to operate the properties of graphic object 4.1 graphic object handle 4.2 Access 4.2.1 object created when the relationship between the level of access to 4.2.2 to get 4.2.3 to obtain the current object under the object attribute value 4.2.4 Access 4.3 graphic object with the judge handles delete delete 4.3.1 handles 4.4 judgment 4.3.2 Handle Graphics object attribute values to obtain and set the target attribute value 4.4.1 graphics settings 4.4.2 graphic object attribute values to obtain 4.4 .3 user operation 4.5 Defa
    2022-01-26 04:30:51下载
    积分:1
  • 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,...
    30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.-30 image processing VC++ Source code, including 256 colors to grayscale, Hough transform, image_j1, PCA, Walsh transform, contrast stretching, binarization transformation, anti-color, box encoding, Fourier Transform , Gaussian smoothing, gray balance, mean filter, Laplacian sharpening (edge detection), discrete cosine transform, the brightness increases and decreases in inverse filtering deal, check on the number of check index, the gradient sharpening, image processing, mirror image, image translation, image scaling, image thinning, image rotation, Wiener filtering treatment using Canny edge extraction operator, threshold transform, histogram equalization.
    2022-03-19 15:50:46下载
    积分:1
  • 对图像进行垂直镜像处理的源代码,在Vc++6.0编译环境下通过。...
    对图像进行垂直镜像处理的源代码,在Vc++6.0编译环境下通过。-right vertical mirror images of the source code, the compiler environment 6.0 Vc through.
    2023-01-14 13:45:04下载
    积分:1
  • 基于fisher准则的阈值分割方法,陈果文章中的方法
    基于fisher准则的阈值分割方法,陈果文章中的方法-thresholding method based on fisher algorithm,
    2023-08-07 06:50:04下载
    积分:1
  • FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均...
    FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest similarity between the object, and different similarity between the smallest cluster. Fuzzy C-means algorithm is an ordinary C-means algorithm, the general C-means algorithm for data delineation is rigid, while the FCM is a soft fuzzy partition.
    2022-07-23 23:27:44下载
    积分:1
  • 使用opencv实现对图像的放大缩小任意倍数,用的双线性插值。...
    使用opencv实现对图像的放大缩小任意倍数,用的双线性插值。-Opencv to realize the use of images of arbitrary multiples of zoom, and use bilinear interpolation.
    2022-02-06 07:48:23下载
    积分:1
  • 利用苏珊算子,通过检测点的使用MATLAB程序…
    本MATLAB 程序 利用SUSAN 算子来检测用点 通过角点来 计算角点处的128维向里 对这些基准图像和实时图像的向量进行匹配 实现图像的配准确 从而得到仿射变换参数-The MATLAB program using SUSAN operator to detect the use of points through the corner points to calculate the angle to where the 128-dimensional images of these benchmarks and real-time images to match the achievement of vector images obtained with an accurate affine transformation parameters
    2022-07-24 17:31:40下载
    积分:1
  • 在VC中实现了图像的各种运算,在图像变换中要用到很多的图像变换,我做了整理放在这里大家一起共享...
    在VC中实现了图像的各种运算,在图像变换中要用到很多的图像变换,我做了整理放在这里大家一起共享-In VC to achieve a variety of computing the image, the image transform used to transform a lot of images, I here to do the finishing on the U.S. work together to share
    2022-03-22 14:34:51下载
    积分:1
  • 696518资源总数
  • 104287会员总数
  • 49今日下载