登录
首页 » matlab » Brain-MRI-Ssegmentation

Brain-MRI-Ssegmentation

于 2011-10-27 发布 文件大小:130KB
0 108
下载积分: 1 下载次数: 189

代码说明:

  自己写的分割脑组织的程序,用FCM方法分割,可以直接运行(Write their own brain tissue segmentation procedure, using FCM segmentation method can be run directly)

文件列表:

Brain MRI Ssegmentation
.......................\html
.......................\....\MRI_segmentation.html,5567,2010-10-27





.......................\....\MRI_segmentation_05.png,3353,2010-10-27
.......................\....\MRI_segmentation_06.png,2331,2010-10-27
.......................\....\MRI_segmentation_07.png,4048,2010-10-27
.......................\Kmeans.m,2831,2010-12-02
.......................\mask.m,526,2010-11-02

.......................\MRI_segmentation.m,1253,2010-12-02
.......................\regiongrow.m,312,2010-09-26

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

发表评论


0 个回复

  • 7kindsmotionestimationalgorithm
    集成了多种块运动估计算法,对刚接触运动估计算法的同学非常具有参考价值。(Integration of a variety of block motion estimation algorithm for motion estimation algorithm刚接触students have great reference value.)
    2007-07-20 14:24:24下载
    积分:1
  • rm
    说明:  RM的编码过加性高斯白噪声信道(AWGN)后译码的C++ 实现程序,C语言产生高斯白噪声(RM of coded additive white Gaussian noise channel (AWGN) after decoding in C++ program, C language generated Gaussian white noise)
    2011-11-06 15:53:49下载
    积分:1
  • 人脸识别系统设计—毕业设计
    说明:  本课题的主要内容是图像预处理,它主要从摄像头中获取人脸图像然后进行处理,以便提高定位和识别的准确率.该模块主要包含光线补偿、图像灰度化、高斯平滑、均衡直方图、图像对比度增强,图像预处理模块在整个系统中起着极其关键的作用,图像处理的好坏直接影响着后面的定位和识别工作,内有源代码和全部论文资料(this issue is the major content of image preprocessing, mainly from the camera to obtain images Face then, in order to improve the recognition and positioning accuracy. The module consists mainly of light compensation, Grayhound, Gaussian smoothing, balanced histogram, image contrast enhancement, image pre- processing module in the system plays a crucial role in image processing will have a direct impact behind the positioning and identification, within Active code and all papers information)
    2005-11-10 23:36:52下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • 灰度的盲复原问题进行了一些研究 PSF
    本文针对灰度图像的盲复原问题进行了一些研究,介绍了两种不同的图像盲复 原处理的方法。一种是误差一参数分析法,该方法适合于辨识可以用参数来表征的 点扩散函数,如线性移动模型和Gauss模型等,然后根据估计的参数确定退化图像 的点扩’散函数,再利用常规的复原算法(如维纳滤波法)对退化图像进行复原处理 另一种是非负支撑域约束递归逆滤波(NAS-R工F)算法,文中介绍了NAS-R工F算法 的基本思想,并结合正则化的思想,提出了NAS-RIF的改进算法,相应对该算法的 性能效果进行了仿真分析。 1.图像去噪MATLAB仿真程序.m 2.图像点扩展函数获取MATLAB仿真程序.m 3.约束最小二乘法图像复原MATLAB仿真程序.m()
    2020-11-09 12:59:46下载
    积分:1
  • FTVd
    快速TV算法用于图像去模糊、图像去噪等,其中TV模式包括两种(TV went fast algorithm for image blur, image denoising, which includes two TV mode)
    2020-06-29 16:40:02下载
    积分:1
  • CSharp-Images-code
    C#实现了数字图像处理中的几个边缘检测的算法源代码。(C# implementation of digital image processing edge detection algorithm source code.)
    2013-03-23 19:07:37下载
    积分:1
  • 火焰识别 OPENCV
    火焰识别系统,支持图片、视频、摄像头实时监测
    2017-07-17下载
    积分:1
  • equalization
    实现数字图像处理的直方图均衡化,将一幅灰度图像的频谱展示处理(histogram equalization)
    2013-06-17 16:02:00下载
    积分:1
  • 456
    1990年—adaptive multi-band CFAR detection of an optical pattern with unknown spectral distribution.pdf
    2013-01-13 20:06:47下载
    积分:1
  • 696518资源总数
  • 104612会员总数
  • 24今日下载