ForegroundSceneLearner.cpp
Go to the documentation of this file.
1 
19 
21 
22 
23  ForegroundSceneLearner::ForegroundSceneLearner(const ISM::ObjectSetPtr pExample)
24  : SceneLearner()
25  {
26  addExampleToScene(pExample);
27  mSceneName = pExample->mIdentifier;
28  }
29 
31  {
32  }
33 
34  void ForegroundSceneLearner::setClusteringParameters(double pStaticBreakRatio, double pTogetherRatio, double pMaxAngleDeviation)
35  {
36  mStaticBreakRatio = pStaticBreakRatio;
37  mTogetherRatio = pTogetherRatio;
38  mMaxAngleDeviation = pMaxAngleDeviation;
39  }
40 
41 }
void setClusteringParameters(double pStaticBreakRatio, double pTogetherRatio, double pMaxAngleDeviation)
void addExampleToScene(const ISM::ObjectSetPtr pExample)


asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Fri Nov 15 2019 03:57:54