搜索资源列表
ImageCheck
- 使用Direct show从摄像头采集图片,判断图像中是否有运动人体,并进行报警和保留样本,可用于智能监控。-show from the use of Direct Acquisition camera pictures, to judge whether there are images of human movement, and the police and retain samples for intelligent monitoring.
image_suppression.rar
- 背景剪除提取前景运动物体。用于单帧图像,制作样本,Cut away the background of the prospect of moving object extraction. For single frame images, the production of samples
RANSAC.rar
- :本文把星表匹配问题转化成计算机视觉中的对应点匹配问题,接着使用二维Delaunay三角化方法对星表进行三角化,然后用RANSAC方法对星表的自动匹配问题进行了研究。研究结果表明,我们的方法能够快速有效地完成星表匹配。在总共960个样本中,除了两幅不符合匹配的星表之外,全部获得了正确的匹配结果。,: In this paper, the Star into a matching problem in computer vision matching the corresponding point
ISODATA
- 模式识别非监督法分类ISODATA算法,对待识别样本进行自动分类.特征向量取2纬.-Pattern recognition algorithm for unsupervised ISODATA classification method
chepai
- 一个用matlab编译的车牌识别程序(样本训练比较少,可以自行增加)-Compiled a matlab license plate recognition program
bp
- 基于人工智能bp神经网络算法的逼近BP算法是一种有监督式的学习算法,其主要思想是:输入学习样本,使用反向传播算法对网络的权值和偏差进行反复的调整训练,使输出的向量与期望向量尽可能地接近,当网络输出层的误差平方和小-ai bp Algorithm
code
- 利用最小距离分类器分类3种鸢尾属植物 load fisheriris 载入Matlab自带的鸢尾属植物数据集 每类的前40个样本用于生成代表该类的模板,后10个作为独立的测试样本-Plant data sets The first 40 of each class used to generate the samples representative of the class template 10 after the test sample as separate
xihua
- (1) 将图片灰度化与二值化 (2) 去噪,然后切割成一个一个的字符 (3) 提取每一个字符的特征,生成特征矢量或特征矩阵 (4) 分类与学习。将特征矢量或特征矩阵与样本库进行比对,挑选出相似的那类样本,将这类样本的值作为输出结果。 -(1) the image gray scale with two values (2) denoising, then cut into a character (3) extract
abc
- 利用数据建立层叠关系,发现不同区域的样本个数-using the dataset to find the number of data in one area
chulichexing
- 在样本图像采集读取、图像预处理、特征参数提取、车型识别分类等方面进行了系统研究-In the sample image acquisition read, image preprocessing, feature extraction, classification models to identify other aspects of the system study
超前滞后相关+滑动平均
- 修改了超前滞后相关函数关于相关系数检验的部分程序,避免了样本数太大检验不了的情况。matlab中调用smooth函数后头尾是有数据的,不符合气象统计滑动平均的原理,按照公式编了一个能直接用的滑动平均。
EMD样本熵特征提取
- 分享样本熵(Sample Entropy, SampEn, SE)的理论相关知识及其代码实现。