搜索资源列表
HandDetect
- 用于手势跟踪的c代码,可以用于智能人机交互、手语识别、理解等-gestures for tracking the c code, which can be used intelligent human-computer interaction, sign language recognition, understanding, etc.
AdaBoosttrack
- adaboost不仅可以用于语音也可以用于人机交互这就是一个例子-adaboost not only can be used for voice can be used in human-computer interaction is an example of this
roviowrap-8199
- 一个webCamer--Rovio机器人的控制客户端,实现了视频传输,蔽障,语音交互,报警功能。-A webCamer- Rovio robot control client to achieve video transmission, barrier shield, voice interaction, the alarm function.
Agentbasedbilateralalgorithm.
- 双边多议题协商是一个复杂的动态交互过程。解决Agent 在对环境和对方信息不全知的情况下通过协商达成一致并最大化自身效用是非常重要的。 -Bilateral multi-issue consultations is a complex process of dynamic interaction. Solve the Agent in the environment and the other incomplete information to know where to reach agr
rennianshibie
- 人脸识别因其在安全验证系统、信用卡验证、医学、档案管理、视频会 议、人机交互、系统公安(罪犯识别等)等方面的巨大应用前景而越来越成为 当前模式识别和人工智能领域的一个研究热点。 -Face Recognition in the security of their authentication systems, credit card verification, medical, file management, video conferencing, human-computer i
utlab
- 模糊规划,模糊优化模拟,神经网络,遗传算法,matlab与VC交互-Optimize fuzzy simulation, neural networks, genetic algorithms
111
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。
jxsvm
- 交互支持向量机学习算法能解决一些监督学习问 题中学习样本较少的问题, 它以支持向量机(SVM ) 方法为 基础, 将设计分类器变成一个交互的过程, 即: 根据对已知 样本进行的SVM 分类器设计, 主动采样选择“有用”的新样 本, 并进行下一步SVM 分类器的设计。与普通SVM 法相 比, 该方法所需的样本量大大降低, 而且可能达到更好的推 广能力。文本信息过滤问题的实例说明了该算法的有效性。-Interactive support vector machine lear
iPhone
- iPhone 人工智能学习资料(人机交互指导)-iPhone Artificial Intelligence interactive guide,
ART
- ART神经网络源码.自适应共振理论ART(Adaptive Resonance Theory)模型是美国Boston大学的S.Grossberg和A.Carpenet在1976年提出的。ART是一种自组织神经网络结构,是无教师的学习网络。当在神经网络和环境有交互作用时,对环境信息的编码会自发地在神经网中产生,则认为神经网络在进行自组织活动。ART就是这样一种能自组织地产生对环境认识编码的神经网络理论模型。-The code of ART neural network
contacts1
- 利用线性表实现一个通讯录管理,通信录的数据格式如下: struct DataType { int ID //编号 char name[10] //姓名 char ch //性别 char phone[13] //电话 char addr[31] //地址 } 要求: ? 实现通讯录的建立、增加、删除、修改、查询等功能 ? 能够实现简单的菜单交互,即可以根据用户输入的命令,选择不同的操作。 ? 能够保
A-Hand-Pose-Estimation
- 一种基于人手姿态估计的 人机交互方法 机器视觉-Staff attitude estimation based method for human-computer interaction
mubiaogenzong
- 关于交互多模型目标跟踪的一篇很好的参考文献。算法具体,可直接编程。-Interacting multiple model target tracking on an excellent reference. Algorithm specific, direct programming.
research-of-gesture-recognition
- 近年来手势识别技术的快速发展,基于手势识别技术的人机交互应用系统的建立使得人机交互的发展前景广阔。从 手形、手势和手形手势的建模出发,介绍了模板匹配、特征提取、神经网络和隐马尔可夫模型4 种手势识别的方法,并且综述 了基于手势识别技术人机交互的发展,详细介绍了3 类人机交互系统:漫游型系统、编辑型系统和操作型系统。-The rapid progress of techniques in hand posture and gesture recognition provides a pro
MFCVega1
- Vega在MFC框架下的开发基础,对于交互开发很有帮助-Vega in the development of MFC based framework for the development of useful interactive
seg
- 选取读入一份彩色图像,在运行Untitled.m程序时先用鼠标交互的选取一个颜色区域作为你要与其他色彩分割的目标,进行分割,鼠标选取好后,按ENTER健后出现分割节后。-Select a color image reading, the program is running Untitled.m interact with the mouse as you select a colored area to target with other color segmentation, segment
VC2
- 这一节是人机交互的基础.所谓人机交互,说通俗点就是与机器对话.然而我们现在的技术还不能像科幻片里一样与机器人直接说话就行了.所以,我们的操作意图还得通过文本输入,命令按钮等等来实现.-This section is the basis of human-computer interaction and dialogue with the machine so-called human-computer interaction, the popular point. However, our te
ISODATA
- 模式识别中人机交互分类问题isodata-Pattern recognition in human-computer interaction classification problems isodata
Trilateral-exchange-simple-algorithm
- 图论里面的三边交互算法,matlab编制的-The trilateral exchange simple algorithm
libsvm-master
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数可以解决很多问题;并提供了交互检验(Cross Validation)的功能。该软件可以解决C-SVM、ν-SVM、ε-SVR和ν-SVR等问题,包括基于一对一算法的多类模式