搜索资源列表
fingerprintrecoganitionVC++
- 基于VC++的指纹识别程序,内含四个文件,腐蚀运算源程序,轮廓跟踪源程序,轮廓提取源程序,膨胀运算源程序-VC-based fingerprint identification procedures, consisted of four documents, corrosion Operational source, contour tracking source, contour extraction source and inflating Operational source
VC_eyesphere
- VC动态轮廓的虹膜定位,主要完成了在虹膜识别中的虹膜定位功能,采用了动态轮廓模型.
Vehiclerecognition
- 该程序主要用于车型识别,利用两幅图像相减进行提取轮廓,然后再通过计算定长和车底的比进行判断车型。
51622442snakedemo
- snake 模型的MATLAB算法。可用于图形轮廓识别等图像处理方面的领域。-active contour model developed by others.It can be used in line detection and motion tracking.If someone wants to use it,please get in tough with the developer.
quexian
- 缺陷识别m文件,对缺陷图像进行中值,小波去噪,利用数学形态学方法提取二进制图像轮廓,并计算裂纹等缺陷的面积和周长-M file defect identification, the value of the defect in the image, wavelet denoising, using mathematical morphology to extract the binary image contour, and calculates the cracks and other def
car
- 汽车车牌的图像识别。 根据车牌凸角轮廓特征,采用MPP算法进行车牌倾斜校正;采用彩色图像分割方法,最大限度的去除图像噪声干扰;设计了基于神经网络的多种彩色背景车牌字符识别方法,取得了良好的效果。-Image recognition of vehicle license plates. According to plate convex contour feature, the use of MPP plate tilt correction algorithm using color imag
gesture-recognition
- 出并设计了基于计算机视觉的手势识别系统。采用双肤色模型和背景自适应模型进行手势分割,解决纷乱背景 下实时手势分割问题。以傅里叶描述于表缸E手势轮廓,基于BP网络建立的手势识别分类器,具有较强的自学习能力,提高了 识别率。-A hand gesture recogll主ti。n system which based on∞mputer vision is Prescn}ed in thi3 pape。A method of combinirlg double c010r-spatial
matlab1(sxy)
- matlab 基于“轮廓和颜色”来识别花朵的相似性的程序。可以区别出不同类的花儿。比较有趣。-matlab based on the " contours and colors" to identify the similarity of the flowers of the procedure. Can distinguish different types of flowers. More interesting.
lip
- 嘴唇轮廓识别 对嘴唇口型进行扑捉后生成轮廓线 并以帧的动画形式-After generating the identification of the lips lip contour lip contour lines carried capture and animation frames
cannysuanzi
- 自己编的canny算子,可识别出图像中物体的轮廓,经典算法之一.-canny operator can identify the contours of objects in an image, one of the classic algorithms.
231849090135960
- 一个人体运识别跟踪的示例程序,里面附带了一个运动视频,运行run.m文件。程序里包含了轮廓提取,跟踪算法,很好的tracking学习程序(An example program for personal movement recognition and tracking is attached to a sports video, running run.m files. The program includes contour extraction, tracking algorithm, go
Unet深度学习
- 使用Unet卷积神经网络实现深度学习,成功识别细胞膜的轮廓。
U-Net-master-python
- 论文U-Net: Convolutional Networks for Biomedical Image Segmentation的实现代码,使用Unet卷积神经网络,实现了细胞的轮廓识别。使用Python代码,keras框架。