简体   繁体   English

OpenCv Haar函数创建的XML内部是什么。

[英]What is inside a XML created by OpenCv Haar function.

I am using OpenCV haartraining to create a classifier for an object. 我正在使用OpenCV haartraining为对象创建分类器。 http://note.sonots.com/SciSoftware/haartraining.html http://note.sonots.com/SciSoftware/haartraining.html
The classifier creates a XML file. 分类器创建XML文件。 I wanna know what means all those values from the XML file. 我想知道XML文件中所有这些值的含义。
I have an idea for a start up and is all about optimizing the process of detecting an object based on multiple xml from training data. 我有一个启动的想法,所有关于优化基于训练数据中的多个xml检测对象的过程。 Can anyone explain me what is actually inside a XML. 任何人都可以向我解释XML中的实际内容。 Lets say if i have 10 xml files from 10 training different date but with the same subject( the same car let's say) is there anything that is common between the file? 让我们说如果我有10个训练不同日期的10个xml文件,但是使用相同的主题(同一辆车就可以说)文件之间有什么共同之处吗?

You have a couple of options here: 你有几个选择:

  • Open a XML generated by OpenCV, take a look inside and see if you can make sense of it; 打开OpenCV生成的XML,看看里面,看看你是否能理解它;
  • Download OpenCV source code and see how the XML is created in the code; 下载OpenCV源代码,看看如何在代码中创建XML;
  • Download OpenCV Reference Manual v2.1 and investigate page 470. 下载OpenCV参考手册v2.1并调查第470页。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM