40 boost::property_tree::ptree subtree;
43 subtree.add(
"<xmlattr>.type",
"background");
44 subtree.add(
"<xmlattr>.name",
"background");
45 subtree.add(
"<xmlattr>.priori",
mPriori);
52 pPt.add_child(
"psm.scenes.scene", subtree);
58 std::vector<std::string> index;
63 for (
auto &track : alltracks->tracks){
68 std::string type = track->type;
71 if(
std::find(index.begin(), index.end(), type) == index.end())
72 index.push_back(type);
unsigned int mMaximalNumberOfObjects
bool find(const std::vector< double > &in, double toFind)
~BackgroundSceneLearner()
std::vector< ISM::ObjectSetPtr > mExamplesList
void initializeVisualizer(boost::shared_ptr< Visualization::ProbabilisticSceneModelVisualization > mSuperior)
void save(boost::property_tree::ptree &pPt)