搜索资源列表
Video
- 利用opencv对视频中的针进行提取。简单,容易实现。大家相互借鉴学习
mean_shift
- 运用于目标跟踪过程中算法研究,均值漂移算法简单易用,容易学习-use the mean_shift to track
MFC
- 学习mfc的好资料,对学习mfc很有帮助,能够很容易查询要点疑难-Learning mfc good information on the study mfc helpful can easily check points Difficult
MATLAB_Image_Processing
- 自己写的matlab图像处理入门学习资料,里面的例子很容易理解。-Write your own matlab image processing, entry-learning materials, which is easy to understand examples.
vc
- 数字图像入门开发与编程对学习vc有很大帮助,把基础与实力相结合,是初学者容易上手。-Programming Insider on vc-depth study of great help to the foundation and strength of the combination is easy to use for beginners.
infohide
- 分量和隐写软件,比较简单容易理解,适合做图像处理、信息隐藏,数字水印的同学 学习 毕业设计-Component and the implicit writing software, more simple easy to understand, suitable for image processing, information hiding, digital watermarking classmate study of graduation design
Exper0603
- KMP模式匹配算法,很简单 易懂 快速,容易学习-KMP pattern matching algorithm is very simple to understand and quick
fcm
- fcm图像分割 比较简单 容易学习 适合初学者-fcm
JPEGEncoderDecoder
- 这是彩色图像的编解码程序,程序简单,容易理解,方便大家学习,调试已通过。-This is a color image coding and decoding process, the program is simple, easy to understand, facilitate learning, testing has been adopted.
mtl_feat
- 一中多任务迁移学习算法,非常实用,而且容易理解,上传给大家,资源共享-transfer learning tools
malab30
- 本文件包含30个matlab小程序,简单容易理解,适合初学者很好的学习matlab。-This document contains 30 small matlab program, simple and easy to understand, good for beginners to learn matlab.
IIB_corner-response-function
- 学习harris corner ditection,计算corner response function,容易上手入门-Learn harris corner ditection, calculate corner response function, easy to use
1
- 这里介绍了数字信号处理中的几个简单的源代码,含有例题,比较容易学习-Here are a few digital signal processing simple source code, which contains examples, it is easier to learn
SimpleMKL
- 很经典的一个多核学习程序SimpleMKL,包括对应的文章和demo程序,可以很容易学习和上手MKL的原理和应用!-A classic learning program multicore SimpleMKL, including the corresponding articles and demo program that makes it easy to learn and to use the principles and applications of MKL!
SVM-KM-matlab
- 一个功能非常强大的svm库代码,对于初学者比libsvm容易学习,而且全是matlab代码容易调试和仿真!-Svm a very powerful library code, for beginners than libsvm easy to learn, and they are all easy to debug and simulation matlab code!
GMKL-matlabcode
- 比较经典的一个多核学习MKL代码(GMKL Generalized MKL),里面包含其对应的文章,很容易学习和调试!-Learn more classic a multicore MKL Code (GMKL- Generalized MKL), which contains the corresponding article, it is easy to learn and debug!
StudentManagerSystem
- 学生信息管理系统,用C写的,查询方便.容易理解,适合初学者学习用途-Student Information Management System, using C written inquiries convenience. Easier to understand for a beginner to learn the use
sift
- 基于sift图像配准算法,算法注释超级详细,容易理解学习。-Based on SIFT image registration algorithm, the algorithm is super detailed notes, easy to understand the learning.
人脸识别代码
- 人脸识别是一个有监督学习过程,首先利用训练集构造一个人脸模型,然后将测试集与训练集进行匹配,找到与之对应的训练集头像。最容易的方式是直接利用欧式距离计算测试集的每一幅图像与训练集的每一幅图像的距离,然后选择距离最近的图像作为识别的结果。(Face recognition is a supervised learning process. Firstly, a face model is constructed by training set, and then the test set is m
新建文件夹 (2)
- 字典学习。比如一个向量,是k维的,我现在有一个k*n的字典,其中n>>k,所谓的字典学习,就是在这包含n个向量的字典当中寻找一个线性表示可以表示出当前这个k维的向量。之所以称为“稀疏表示”,因为一般n大于k,比如n=512,k=64。这时候你的字典一定是一个Redundant(冗余的,过剩的)的。因此你的表示里面一定有很多系数为0,因而被称作稀疏表示。 信号稀疏表示的目的就是在给定的超完备字典中用尽可能少的原子来表示信号,可以获得信号更为简洁的表示方式,从而使我们更容易地获取信号中