OpenCV HaarTraining merging XML files
Posted: 02 July 2009 03:37 PM   [ Ignore ]
Rank
Joined  2009-07-02
Total Posts:  1
New Member

Hey guys, I am new to the forum, and 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?

I already tried to do it manually but there are trees and nodes information in there that are pretty sensitive to any manual changes. I am generating one of the XML files, but the other one was given to me and I don’t have any of the data (image files) utilized on the creation of this database.

I found a program to merge .VEC files, but that doesn’t really work for me, since I have a database already built on a .XML file that I want to use; however if there was a way to extract a .VEC file out of a .XML file, this will also be extremely helpful.

Thank you so much.

Profile