-
12864bingxing
说明: 12864并行的程序,C编译环境,希望对大家有用(12864 parallel process, C compiler environment, we hope to be useful)
- 2009-08-22 11:25:49下载
- 积分:1
-
mise-0.1
类似simulink的小程序,在网上找到的,希望对大家有用。。(Similar simulink small program, found on the Internet, we want to be useful. .)
- 2014-05-04 14:54:23下载
- 积分:1
-
目标跟踪算法例子
Kernel-Based-Object-Tracking
============================
REQUIREMENTS:
+ OpenCV 2.2 or above (originally developed on OpenCV 2.3.1)
+ This a Visual Studio 2010 project with OpenCV 2.3.1 linked. To use on other platforms use only main.cpp with "conio" and "getch" removed.
This project is the C++ implementation of kernel based object tracking as discussed by Visvanathan Ramesh, Dorin Comaniciu & Peter Meer in their paper "Kernel-Based Object Tracking".
In this project the objects are represented by their color histograms weighted by isotropic kernel. Targets (or objects) are compared in subsequent frames to calculate Bhattacharya distance which is then used to move the tracked using mean shift.
Ceck out the result video - http://youtu.be/Ng8H-mjs62Y
- 2023-08-23 14:55:03下载
- 积分:1
-
formshake
C#类似QQ聊天窗体的窗体抖动效果,这是源代码,基于VS2008,编译运行程序,点击窗体中的按钮,窗体就可以疯狂抖动了,幅度比较大,比QQ的抖动更强悍。因为程序主要是想实现抖动功能,因此没有怎么美化,你可以将核心代码移植到你的程序中。(C# similar to the QQ chat jitter effect of the form the form, which is the source code, based on VS2008, compile run the program, click on the button form, the form can be crazy jitter, and relatively large amplitude, jitter is more powerful than the QQ . Because the program mainly trying to achieve jitter function, how there is no landscaping, you can be the core code into your program.)
- 2009-11-06 18:24:05下载
- 积分:1
-
OHLKA1
C #, refresh the database C#,刷新数据库()
- 2017-12-15 14:14:13下载
- 积分:1
-
-plasticity-
一篇运动硬化的文章,英文原版,Implementation of cyclic plasticity models based on
a general form of kinematic hardening(A kinematic hardening of the article, the original English,Implementation of cyclic plasticity models based on
a general form of kinematic hardening)
- 2014-01-06 15:07:56下载
- 积分:1
-
BeginningiPhoneDev.121808
说明: iPhone开发的资料《iPhone开发基础教程》的源代码(iPhone development information " iPhone development course based on" source code)
- 2009-08-08 18:09:01下载
- 积分:1
-
3DS File Loader
OPENGL 3DS FILE LOADER
- 2005-03-10 21:05:35下载
- 积分:1
-
螺丝螺帽配对问题
100个螺丝螺帽的陪对问题。
假设有N个螺丝和N个螺丝帽混在一堆,需要将它们快速配对。一个螺丝只会匹配一个螺丝帽,一个螺丝帽也只会匹配一个螺丝。可以试着把一个螺丝和一个螺丝帽拧在一起,看看哪一个大了,但不能直接比较两个螺丝或者螺丝帽的大小。
- 2022-08-10 03:16:14下载
- 积分:1
-
Opencv+C++之人脸识别
A Two-Phase Test Sample Sparse Representation Method for Use With Face Recognition;当前人脸识别方面最热的方法就是稀疏表示方法(sparse represent),其主要思想是利用线性的或者非线性的表示方法将检查样本用训练样本表示出来,训练样本前的系数为代表比重,选取比重较大的训练样本所属的类来标记测试样本。这种方法在某些模式识别中效果较好,但是其原理并不明确,没有很好的理论基础,所以就方法的科学性而言相对欠缺。第一步利用所有训练样本来标示出测试样本,并提取M近邻训练样本;第二步利用第一步中提取的M近邻样本表出测试样本,选取代表比重大的训练样本所属于的类来标记测试样本。
关于该方法的理论,希望大家去下载论文阅读,这里就不在多说,重点在于算法的实现上:算法中将实现分为两步,第一步是用所有训练样本表示出测试样本,可以用SVD来计算出系数阵,但在这之前要通过PCA或者LDA的方法给特征向量降维
- 2022-02-15 04:05:14下载
- 积分:1