MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / load

Method load

detection/src/haardispada.cpp:296–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 }
295
296 void
297 HaarDispAdaClassifier::load(string filename)
298 {
299 //HDAC_->load(filename.c_str());//Ptr<T> model = StatModel::load<T>( filename_to_load );
300 HDAC_ = cv::ml::StatModel::load<cv::ml::Boost>( filename.c_str() );
301 loaded = true;
302 }
303
304 int
305 HaarDispAdaClassifier::test()

Callers 7

imageCbMethod · 0.80
imageCbMethod · 0.80
imageCbMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
parse_readme_frontmatterFunction · 0.80
copy_notebook.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected