From: Pierre M. <sid...@us...> - 2005-07-01 17:53:51
|
Update of /cvsroot/robotflow/RobotFlow/Probes/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18624 Modified Files: SkinColorGMMTrain.cc Log Message: Fixed a problem while loading a model. Index: SkinColorGMMTrain.cc =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Probes/src/SkinColorGMMTrain.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SkinColorGMMTrain.cc 1 Jul 2005 17:05:05 -0000 1.2 --- SkinColorGMMTrain.cc 1 Jul 2005 17:53:41 -0000 1.3 *************** *** 586,590 **** int m_outMaskID; - bool m_hasSkinGMM; bool m_hasInit; bool m_adding; --- 586,589 ---- *************** *** 669,672 **** --- 668,673 ---- cSelection->m_skinGMM = myModel; + cSelection->m_hasInit = true; + infile.close(); } |