搜索资源列表
flashfont
- 这个源码介绍了如何实现字体颜色的动态变化。-the source of how to achieve the dynamic font color changes.
SVM(matlab)
- 支持向量机(SVM)实现的分类算法源码[matlab] -Support Vector Machine (SVM), a classification algorithm source code [Matlab]
xindianfromnoise
- 为什么总是存在了呢?这是用c编的在matlab上实现的信号提取识别源码-Why is always there for them this is the series c achieved in the Matlab Signal Extraction identify source
EdgeDetection
- 此源码可以实现灰度图像的边沿检测与提取,轮廓跟踪
CMVision2.1
- 该源码实现了卡耐基梅隆大学的CMVision算法,用于基于颜色的快速图像识别与分割
recognition
- 使用时打开此源码目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。
图片转字符程序源码
- 本程序实现将图片转换问字符图案,很有意思。
Camshift 源码
- 利用实现了基于camshift算法
人脸识别系统研究与实现
- VC++ 人脸识别源码
SRC 实现了使用基于稀疏表示的人脸识别算法
- 该源码实现了使用基于稀疏表示的人脸识别算法。使用GPSR作为l1模最小化方法。-This pack of code implement a imges-based face recognition using sparse representation classification. In the algorithm, i employ GPSR as tool to complete the optimization procedure of l1-minimization.
Yanzhengmashibie
- 收集到的一个可以实现简单的验证码识别的源码(E语言)-Can be collected from a simple identification of the source code verification (E language)
code
- 一个网站验证码识别,vb源码,可以实现识别网站的验证码-A site identification verification code, vb source code, can identify the site verification code
plateVs2003
- 自已用Vs 2003开发的,车牌识别程序源码,很有用的,实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。 -Their own development with the VC, license plate re
MFC_OPENCV
- 在OPENCV平台下实现车牌识别的一套程序 简单有效 可以试试 用C++写的-In OPENCV platform to achieve a set of license plate recognition program is simple and effective, try to write with C++
testautomationfx_setup
- 手势识别源码 实现将人手从复杂背景中提取出来-Gestures Recognion
yzm-shi-bie
- 易语言天联验证码识别源码例程程序结合易语言扩展界面支持库和互联网支持库,实现网站验证码图片的识别。 点评:读取网站验证码图片,进行分割后在画板中放大写出,加以识别。本例程是识别验证码图片的一种方法,值得学习借鉴-Easy language day routines associated verification code program with easy to identify the source language extensions to support libraries
robwhess-opensift-300bad1
- SIFT算法 源码实现,图像配准必看,希望能给大家些帮助-SIFT algorithm realization source code, image registration must see, we hope that more help
faceppDemotransfer
- 能够实现人脸特征提取。基于android6.0(It can realize facial feature extraction. Based on android6.0.)
交通手势识别毕设源码C#
- 实现手势的识别,通过C#实现交通手势的识别的源代码(Recognition of gestures)
支持向量机算法可视化实现
- 项目文件分为src和data两部分,src文件夹下存放源码,data文件夹下存放样本数据和生成的结果文件。 项目中含有RBF SVM分类算法,可视化界面上分别有对应算法的训练和结果展示按钮,通过按钮可以触发模型训练和可视化效果呈现。 项目运行过程中,会有一些日志打印出来。 详见内部说明文档