搜索资源列表
GrabCut
- 用于图像分割,半自动交互,是比较流行的分割算法之一
snake_demo
- 图像分割中SNAKE算法的Matlab演示程序,程序为GUI,sdemo.m为住程序,参数设置可通过交互设置。-Image segmentation algorithm in Matlab demo SNAKE procedures, procedures for the GUI, sdemo.m for the live program, parameter settings can be set through the interaction.
GraphCuts
- Graph Cuts是一个图像分割方法,具有交互式分割,分割效果很好。-Graph Cuts is an image segmentation method, with interactive segmentation, segmentation works well.
Seed
- 实现了二维图像的种子填充算法,该算法可以用来被用来实现脑图像的交互式分割-Using vc++ implementation of the two-dimensional image of the seed filling algorithm, which can be used be used to achieve interactive segmentation of brain images
iso2
- 基于matlab环境自编的ISODATA算法实现图像分割,交互选取初始点。可供初学者参考练习。-Matlab environment based on self-compiled the ISODATA algorithm, image segmentation, select the initial point of interaction. Reference to practice for beginners.
PicSegmentation
- 选取读入一份彩色图像,在运行Untitled.m程序时先用鼠标交互的选取一个颜色区域作为你要与其他色彩分割的目标,进行分割,鼠标选取好后,按ENTER健分割。-Before running Untitled.m interaction segmentation with the mouse select a color region ,then press ENTER star segmentation.
humansect
- 进行了视频人体对象分割技术研究,综合 使用静态图像分割技术与帧间运动检测技术,设计并实现了一个交互 式视频对象分割系统-Human object segmentation for video technology, the integrated use of static image segmentation and inter-frame motion detection technology, design and implementation of an interactive v
Interactive---Segmentation
- 本文介绍了一种结合live wire算法和活动轮廓模型的医学图像序列的分割方法.我们通过把live wire 算法和图像分割中一般的区域增长方法结合来改进live wire算法,并用改进后的算法来对医学图像序列中的单张或 多张切片进行交互式的准确分割.然后计算机利用活动轮廓模型来自动分割相邻的未分割切片.我们通过在活动轮廓 模型的边缘点中引入记录已分割物体边缘附近局部区域特征的灰度模型来把已分割切片中的物体与背景的局部区域 特征带入相邻的未分割切片中,并用由灰度模型定义的区域相似
image-segment
- 选取读入一份彩色图像,在运行Untitled.m程序时先用鼠标交互的选取一个颜色区域作为你要与其他色彩分割的目标,进行分割,鼠标选取好后,按ENTER健后出现分割节后。-Select a color image read in the first run Untitled.m program interacts with the mouse as you select a color region segmentation of color with other objectives, segm
quanyuzhi
- 数字图像处理全阈值处理交互界面,通过滚动条来实现图像分割。-Digital image processing threshold processing interface, through the scroll bar to achieve image segmentation.
Threshold
- 通过Opencv和MFC相结合进行图像处理,实现图像的阈值分割,通过人机交互选择阈值或者自适应阈值处理。可以支持用户交互修改阈值,便于使用-Opencv and MFC combination for image processing, image threshold segmentation, select the threshold of human-computer interaction, adaptive threshold processing. Modify the thresho
graphcut
- 图像交互是分割 graph cut,实现交互式分割,并且可以连续分割-Interactive image is split graph cut, to achieve interactive segmentation, and can be continuously split
mymfc
- meanshift图像分割,mfc写的交互界面,基于OpenCV-meanshift image segmentation, mfc write interface, based on OpenCV
1101image-segmentation-algorithm
- 算法实现了图像处理中的图像分割功能,能够提取出图像的重要特征,基于MFC的设计,易于交互-Algorithm of image segmentation function in image processing, to extract the important features of the image, based on the MFC design, easy interaction
OneCutWithSeeds_v1.03
- one cut 算法是微软研究院发表的一篇关于前背景图像分割论文,用户只需简单地交互,即可快速分割前背景,代码比较清晰,内部graph cut和gmm等一些算法可以拿来学习或借鉴。-one cut algorithm is the Microsoft Research published a paper on the front background image segmentation, the user simply interact, you can quickly split befor
SLICPdbscan
- 本设计是基于超像素的图像分割代码,可以实现图像前景和后景的分割。没有人机交互界面GUI。- U672C u8BB u8B1 u662F u57FA u5FF u524F u5BF u5BF u5DF u7D0 u7R0 u7684 u56FE u50CF u5206 u5272 u4EE3 u7801 uFF0C u53EF u4E5 u5B9E u73B0 u56FE u50CF u524D u666F U548C u540E u
Grabcut_WITH_matlab
- 人机交互,Matlab 自带GUI进行编写,附带测试图像,运行完美(Human-computer interaction, Matlab comes with GUI to write, accompanied by testing images, running perfectly)
手势识别控制小车运动
- 本系统利用目前比较成熟的OpenCV的相关函数,进行了基于肤色分割和模板的手势识别的研究,并利用自编的控制函数进行简单的虚实交互,在摄像头一端通过指定的手势动作来控制小车在平面跑道上的启动和停止等动作。(This system uses the correlation function of mature OpenCV at present, studied the skin color segmentation and gesture recognition based on a templa
renlian
- 基于肤色分割的彩色图像人脸检测技术 人脸识别是一个具有广阔应用前景和极富挑战性的研究课题,涉及图形图像处理、神经网络、模式识别等等热门研究领域.其在公安追逃系统、安全验证系统、档案管理系统、信用卡验证、视频会议、人机交互系统等方面都具有重要的应用价值.一个完整的人脸识别系统应该包括人脸检测、特征提取、以及匹配识别(Face detection in color images based on skin color segmentation)
MATLAB指纹识别
- 本文主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。 该课题为基于MATLAB的指纹识别系统,带有丰富的人机交互GUI界面。目前毕业设计选题中,传统指纹识别不易得到高分,基本都是对指纹进行处理,而没有比对两者指纹是不是同一个人,轻易