Ask Your Question

Gerald's profile - activity

2014-06-15 07:20:28 -0600 commented question cvLoadHaarClassifierCascade xml formats - old/new

is there a way to convert between both xml formats?

as i see the following golang wrapper is around the opencv c api? https://github.com/lazywei/go-opencv ... just join the go-opencv guys and constribute? :)

2014-06-15 05:57:04 -0600 commented question cvLoadHaarClassifierCascade xml formats - old/new

is there a way to port that feature to go-opencv? or is it possible to implement for the opencv c api?

2014-06-15 05:52:51 -0600 commented question cvLoadHaarClassifierCascade xml formats - old/new

join #go-nuts on freenode irc? contribute the go-opencv project? :)

2014-06-15 05:47:28 -0600 commented question cvLoadHaarClassifierCascade xml formats - old/new

i use the golang wrapper for opencv, not sure how i could use c++ code... https://github.com/lazywei/go-opencv any idea?

2014-06-15 05:34:31 -0600 commented question cvLoadHaarClassifierCascade xml formats - old/new

why is the feature only available with c++ and not in the c api? is there a tool to convert between both formats?

2014-06-14 11:38:10 -0600 asked a question cvLoadHaarClassifierCascade xml formats - old/new

Hi, I have downloaded a ClassifierCascade (https://github.com/geraldstanje/opencv-haar-classifier-training/blob/master/trained_classifiers/banana_classifier.xml) trained with opencv_traincascade, which uses the new xml format... how can you tell cvLoadHaarClassifierCascade that the xml file to load is a new format?

Thanks, Gerald