搜索资源列表
stasm-src-3.1.tar
- 人脸asm模板库的一个开源程序,带有源码,现阶段最完整的ASM开源程序-Asm face an open source template library with source code, at this stage the most complete open source ASM
bp
- 提取图像的7阶不变矩,通过bp网络进行识别-Extract the image of the 7-stage moments, by BP network identification
platelience
- 车牌识别系统一般包括车牌定位、车牌切分、字符识别三部分,而车牌定位是车牌识别系统的基础和前提,其准确与否直接影响着车牌识别的准确率。本文针对这一关键问题进行了研究,提取了车牌的颜色特征并结合其纹理特征、几何特征以及投影特征进行准确定位。采用HSV颜色模型,利用颜色空间距离相似度计算分割颜色;针对颜色分割后的图像,车牌区域内水平方向上具有的连续跳变的特征,采用行扫描法确定车牌的上下边界;车牌区域内垂直方向具有投影特征,采用垂直投影法确定车牌的左右边界;最后根据车牌的宽高比判断是否是真实的车牌域。实
local-binary-pattens
- LBP人脸识别:基于对小波分解和局部二进制模式(LBP)分析,提出了一种多级LBP直方图的序列特征(M—HSLBP)的提取方法。-LBP Face Recognition: Based on the wavelet decomposition and local binary pattern (LBP) analysis, a multi-stage sequence of LBP histogram features (M-HSLBP) extraction method.
Gesture-Recognition-
- 本文提出一种用于手势识别的新方法,它将图像的方向直方图矢量(0Hv)与神经网络相结合。其特点在于选用 图像的方向直方图矢量作为手势的特征矢量,该特征矢量对于光线和手的平移变化具有较强的鲁棒性,这正是手势识别所要 解决的关键问题。在训练阶段,首先需要建立手势样本的特征矢量库;在识别阶段,本文选用三层BP网络作为分类器,获得 了90%以上的识别率。本文还对手势进行一定角度的旋转后的识别进行了讨论,识别结果达到预期要求。-In this paper,a new method of gest
MBSAS
- 改进的基本顺序聚类算法,算法包括两个阶段,第一个阶段是将x的一些向量分配到聚类中来形成类;在第二个阶段中,没有被分配的向量第二次参与算法,并分配到合适的类中。-Improved basic sequential clustering algorithm,The algorithm consists of two phases, the first stage is some vector x is assigned to the cluster to form a class In the s
Boosting
- 由于这段时间一直在学习ADABOOST,还在学习阶段,这是本人学习中所汇总的相关资料,希望会对各位有所帮助-Because this period has been learning ADABOOST, still learning stage, this is my summary of the study by the relevant information, I hope will be helpful
two_phase_sparse_ORL
- 两阶段测试样本稀疏表示方法具有识别率高的特点,有助于准确分类测试样本,但稀疏方法迭代时间长,效率较低,因此仍需要与其他方法进行结合-Two-stage test sample sparse representation method has high recognition rate, helps to accurately classify the test samples, but sparse iterative approach for a long time, less efficie
ocr_Stroke
- 处理文字得到笔画,内有实验图片,实验阶段,可以运行,环境matlab2009a-Word processing to get strokes, there are experimental pictures, the experimental stage, you can run, environmental matlab2009a
qr
- At this stage the microcontroller clock setting is already configured, this is done through SystemInit() function which is called startup file (startup_stm32f4xx.s) before to branch to application main. To reconfigure the default setting of
eyzftjc
- 为了下载东西,随便上传了一个单级倒立摆的仿真模型,不错的(In order to download things, just upload a single-stage inverted pendulum, a simulation model of good)
Diagonal and edge
- B正在做一个关于图像理解方面的研究,她的目标是识别图像中的轮廓。当前阶段,她希望能够识别正方形。图像用一个矩阵表示,矩阵的每个元素对应于图像中的一个像素点,值为0或1,0表示背景,1表示前景。需要寻找的正方形必须满足线宽为单像素,且大小至少为2x2。她希望你能帮她找出图像中满足如下条件的两类正方形的个数: 正方形的边与矩阵边缘平行; 正方形的边与矩阵对角线平行;(B is doing a research on image understanding, and her goal is to