Ask Your Question

kinect_dev's profile - activity

2016-11-21 15:03:29 -0600 received badge  Popular Question (source)
2014-06-04 08:35:47 -0600 received badge  Student (source)
2013-06-12 13:40:22 -0600 received badge  Editor (source)
2013-06-12 13:40:02 -0600 asked a question Convert old haarcascade file to new cascade classifier format

I'd like to convert the sample haar cascade files that come with OpenCV into the new file format. (Note: I do not want to convert them into LBP cascades, just the new format.) The reason I want to do this is so I can pass them into the CascadeClassifier as strings in memory instead of having CascadeClassifier load them from disk. (The platform I'm working on does not give me access to the hard drive.) This is only supported with files in the new format. Any idea how I can do that? I thought about loading the old files into the classifier, then writing them out again but this appears to write them out in the old format again.

2013-01-29 07:21:33 -0600 received badge  Supporter (source)