搜索资源列表
-
1下载:
用matlab实现的医学图像分割算法,(分割最佳阈值的迭代算法)代码, 可适合初学者使用,并有图。-Using matlab to achieve the medical image segmentation algorithm, (partition optimal threshold of iterative algorithm) code which may be suitable for beginners to use, and map.
-
-
2下载:
Graph cut segmentationis is segment an image into two classes based on color.
-
-
0下载:
正则化切割图像,matlab代码实现,有样例可以直接运行。 -Regular cutting of the image, matlab code, and sample can be directly run.
-
-
0下载:
Image Segmentation Algorithm Using modified Region-Grow implemented in matlab
-
-
0下载:
this a code to segment the color texture using Gabor filter. It uses the initial segmentation using kmeans clustering.-this is a code to segment the color texture using Gabor filter. It uses the initial segmentation using kmeans clustering.
-
-
0下载:
本演示实现了主动轮廓模型由Kass等人提出。
要运行它的图形用户界面
1。基于MATLAB型引导提示。
2。关于“到现有的图形用户界面,点击”
3。选择在与本文件相同的目录snk.fig文件
4。按一下上方的绿色箭头启动图形界面
一旦GUI已经启动,您可以通过使用蛇
1。点击“新形象”,并加载输入图像。提供的样品图像。
2。平滑参数设置“西格玛”或保留其默认值并点击“过滤器”。这将平滑图像。
3。只要你点击“过滤器”,头发会出现交叉
-
-
0下载:
该演示中包含的代码演示如何氡相似的功能,可以用来提高(以及部分)在Connectome电磁图像单元格边界。
请举出下列文件如果您发现此代码有用:
Ritwik库马尔,阿梅里奥五雷纳和Hanspeter Pfister说“氡样的特点及其应用Connectomics”,接受,IEEE计算机学会研讨会在生物医学图像分析(MMBIA)2010年数学方法
http://seas.harvard.edu/〜 rkkumar
radonLikeFeaturesDemo
-
-
1下载:
Contourlet变换中的隐马尔科夫树模型程序 Hidden Markov Tree model of Contourlet Transform 2008年11月14日 MATLAB2 (R2006a) 这是一个Matlab实现的隐马尔科夫树模型,用于计算图像的Contourlet系数。程序同时还包括图像去噪、纹理恢复的应用模型。-Contourlet transform the hidden Markov model procedures for Hidden Markov Tree mod
-
-
0下载:
color filter Matlab
to segment image s colors ... and extracting some of them.
-
-
0下载:
this code can be used to segment the image
-
-
0下载:
matlab 车牌识别,图像预处理,图像分割,字符识别等-matlab image processing, image segment
-
-
1下载:
Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。例如,图1(a)中的九条线段对应于如图1(b)所示的其Hough参数空间的九个累加器峰值。图1(b)中,Hough参数空间的横纵坐标分别为直线极坐标方程:ρ=x×cos(θ) + y×sin(θ) 的两个参数ρ和θ。九个峰值的ρ和θ值唯一的确定其对应线段所在直线的两个参数。并且线段的长度决定坐标(ρ,θ)处的
-
-
0下载:
. Write MATLAB code that will do the following.
(a) Perform point detection.
(b) Perform line detection.
(c) Perform edge detection using Laplacian, Prewitt, Sobel operators.
(d) Perform boundary detection using Hough Transform.
(e) Perform
-
-
0下载:
基于matlab的彩色图像分割实验,运用meanshift算法以及区域生长法,算法包含漏检数,正确率的计算。-Matlab-based color image segmentation experiments, the use of algorithms and meanshift region growing algorithm contains the number of missed, calculate the correct rate.
-
-
0下载:
dorsal vein finger verification matlab code
-
-
0下载:
thresholding segmentation method to segment an image
-
-
6下载:
详细讲解了25个MATLAB图像与视频处理实用案例(含可运行程序),涉及雾霾去噪、答题卡自动阅卷、肺部图像分割、小波数字水印、图像检索、人脸二维码识别、车牌定位及识别、霍夫曼图像压缩、手写数字识别、英文字符文本识别、眼前节组织提取、全景图像拼接、小波图像融合、基于语音识别的音频信号模拟灯控、路面裂缝检测识别、视频运动估计追踪、Simulink图像处理等多项重要技术(Explain in detail the 25 MATLAB image and video processing utility
-
-
1下载:
MATLAB课堂考勤(GUI)
该课题为基于MATLAB pca的人脸考勤系统。可以从一副图像中找出多人人脸,分割,计算人数,然后提前制作好这些人的人脸库,进行逐一识别是谁,是不是库内人脸,如是,具体是谁,如果不是,那提示库外人脸。具有友好的人机交互界面,还可以二次开发成摄像的,但是摄像头误差可能会有点。识别流程为:读取图像,人脸定位,人数统计,人脸分割,人脸识别,库内外判别。(The subject is face attendance system based on MATLAB PCA.
-
-
1下载:
该课题为基于kmeans的聚类分割,输入一张彩色图像,可以选择需要分割成多少类,就会以不同颜色区分不同的块,带有GUI界面,操作丰富。(This topic is based on Clustering Segmentation of kmeans. Input a color image, you can choose how many categories you need to segment, and then different blocks will be distinguished
-
-
3下载:
该课题为基于MATLAB平台的PCA的人脸识别系统。原理为:从一副生活照中寻找到人脸,分割人脸区域图像,PCA算法进行降维,和库里图片进行对比,输出目标人脸以及相关个人信息。该课题还可以继续二次开发,做成库内外人脸的识别,如果是库外人脸则实现报警等。(This project is a PCA face recognition system based on MATLAB platform. The principle is: find the face from a life photo, s
-