搜索资源列表
DecisionTree
- 基于OpenCV的例程,修改实现了基于MFC对话框构架的决策树算法,将部份注释和运行提示译成了中文,有助于更好地理解原程序。-MFC dialog based Decision-Tree algorithm modifited from OpenCV source code, adding Chinese comment for better understanding the program.
match
- 在利用开源软件OPENCV的基础上,在.NET4.0的开发平台上实现动态的模板匹配。分别利用了Hu矩,轮廓树等匹配方式进行匹配。-Based on the use of open source software OPENCV. NET 4.0 development platform, dynamic templates matching. Use Hu moments, contour tree matching to match.
letter_recog
- 此示例演示如何训练随机树分类,运行环境VC++2010, 基于Opencv2.4.2。-The sample demonstrates how to train Random Trees classifier
letter_recog
- 此示例演示如何训练随机树分类推进分类器,或MLP,或Knearest,或Nbayes,或支持向量机-This example demonstrates how classified propulsion classifier training random tree, or the MLP, Knearest, or Nbayes or support vector machines
Opencv_Chinese_handbook
- 基础结构 数组操作o初始化o获取元素和数组子集o拷贝和填充o变换和置换o算术、逻辑和比较o统计o线性代数o数学函数o随机数生成o离散变换 动态结构o内存存储o序列o集合o图o树 ----------------- 绘图函数 ****************************************o典线和形状o文本o点集和轮廓 数据保存和运行时类型信息 樊臻韬o文件存储o写数据o读数据o运行时类型信息和通用函数 --------------- 其它混合函数 错误处理和系统函数o错误处理o系
KD-Tree
- 基于opencv的一个KD-树的一个简单实现 可用-A simple implementation of KD tree
Method_02
- 利用OpenCV自带的cvMatchContourTrees方法进行轮廓匹配。需要先调用cvCreateContourTree方法创建轮廓树,程序中有对程序的注释和关键逻辑步骤的解释,该程序为轮廓匹配方法提供一定的思路,运行环境为VC6.0+OpenCV_1.0 -Contour matching using the cvMatchContourTrees method with the OpenCV. Need to call the cvCreateContourTree method
siftPransac
- SIFT点提取,KD树特征匹配,再用随机抽样一致算法去除无匹配-SIFT extraction, KD tree feature matching, and then remove the non-random sample consensus algorithm matches
mushroom
- 决策树程序。内含数据,一个实例,检测蘑菇是否有毒-This program demonstrated the use of OpenCV s decision tree function for learning and predicting data。
Quadtree
- 完成对视频帧的四叉树分割,在纹理复杂处分割块较小,在纹理平坦处分割较大-Complete quadtree segmentation of video frames, complex area in texture segmentation smaller, flat larger regional segmentation block in texture
MyFrandomforest
- 随机森林算法,用来训练检测器的决策树。行人跟踪的一种常用算法-Random Forest algorithm is used to train the detector tree. A common pedestrian tracking algorithm
ffapyx
- 基于小波零树的图像压缩算法实现,学习编码的程序,可以的(Based on the zero tree wavelet image compression algorithm, learning coding procedures, can be)
random forest
- 简单的随机树生成代码 可以直观的对随机树有一个直观的认识。(Simple random tree generation code can intuitively have an intuitive understanding of random trees.)
creat kd_tree2
- 多维KD树建立的完整代码,用于最近邻匹配。(The complete code created by the multidimensional KD tree is used for nearest neighbor matching.)