Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我找不到有关在 OpenCV 中训练 Haar 分类器的数据的任何信息。我想知道这些分类器的生成方式、数量和方式(手动或通过程序)。
您可以在..OpenCV2.3.1\opencv\data\haarcascades..目录中找到这些分类器的 xml 文件。谢谢
这篇研究论文包含了答案
Rainer Lienhart 博士对用于快速目标检测的增强分类器检测级联的实证分析
谢谢大家的帮助...