搜索资源列表
wordrecmatlabbyrf
- 一个字符识别的matlab程序,包括细化,骨架提取,轮廓匹配等功能。-a Character Recognition of Matlab procedures, including thinning, skeleton extraction, contour matching function.
GAC_Matlab
- 几何活动轮廓(GAC)算法的源代码,用upwind和eno数值方法, 在MATLAB下可直接执行-geometric active contour (GAC) algorithm source code, using upwind and eno numerical methods, MATLAB under the direct execution
cell-get
- 边缘提取算法提取细胞轮廓 适用于前景背景反差巨大-An object can be easily detected in an image if the object has sufficient contrast from the background. We use edge detection and basic morphology tools to detect a prostate cancer cell.
luokuotiqu
- 这个是图像轮廓提取的matlab程序,而且提取完后还能把所有轮廓用不同颜色分开存放到轮廓矩阵cell中,方便用户对感兴趣的轮廓进行操作--张璐奉献-This is the matlab image contour extraction process, but also exhausted all the contours extracted with different colors kept separate from the profile cell in the matrix, user
Iris1locate2prude3snake
- 基于主动轮廓模型的虹膜图像定位算法研究及其matlab实现-Iris recognization, Matlab, based on snake,actice countours
FaceRecognition
- 人脸识别,基于matlab编程,可识别人脸的轮廓-Recognition, based on matlab programming, the contours of the face can be identified
89346528ImageEnage
- matlabcontourlet变换结合了不可分离的方向滤波组,具备小波所不能表达的多方向特性,能有效捕获自然图像的边缘轮廓信息。本文分析了图像ontourlet系数的统计特征,并利用广义高斯函数对各子带系数层进行建模。将此模型应用于基于VisTex的自建纹理图像库,采用矩匹配估计法,提取模型参数集,运用K2L -matlab
yuannihe
- 拟合圆轮廓,采用matlab编写,方法简单实用-Round profile fitting, using matlab writing, the method is simple and practical
EX-interferenceLine
- 基于matlab的验证字符消除干扰线并2值化轮廓处理,自带图例及效果-Character-based authentication matlab eliminate interference contour lines and binary processing, comes a legend and effect
aco-v1.1
- 采用蚁群优化算法的轮廓匹配,输入可以是二值轮廓或者是任意的二维点集-This MATLAB implementation computes a correspondence between two shapes based on ant colony optimization (ACO). The input shapes can be either two 2D contours (open or closed) or two arbitrary sets of 2D points.
gesture-recognition
- matlab编的手势识别的小程序,简单肤色阈值算法,提取轮廓-Matlab series of gesture recognition of small procedures, a simple skin color threshold algorithm to extract contours
bontour_contour
- 用MATLAB实现图像轮廓提取的方法和效果 不错的源码 很好(MATLAB image contour extraction method and the effect is very good good source)
shreyas00-Facial-Recognition-System-e94cae4
- 完整MATLAB程序语言,可以识别人的脸部,并将脸部轮廓框出来(A person's face can be identified)
人脸识别Matlab算法
- 通过对图像进行二值化处理进行边缘检测,得到的人脸的轮廓,经过一系列处理对人脸区域进行检测并用框标示出来