I have been trying to find a way to merge training files (.XML) generated by the haartraining.exe program. The haartraining program will output an .XML file; my question is… Is it possible to merge two different .XML files into one .XML file with all of the training data in it?
Asked
Active
Viewed 1,249 times
1 Answers
5
I don't think OpenCV will support this, nor the others, as merging them will probably destroy one of them or both.
Instead of doing this, you can easily merge their results together in your program.

herohuyongtao
- 49,413
- 29
- 133
- 174
-
hello, can you please tell me what you meant by this? – Lakshmi Narayanan Apr 24 '15 at 18:51
-
1@LakshmiNarayanan What I meant is to merge the detection results, e.g. face rects for face detection. – herohuyongtao Apr 25 '15 at 02:46