mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 08:34:48 +08:00
Bug fix + parallel computation of features
This commit is contained in:
@@ -274,6 +274,8 @@ void q3DMASCPlugin::doTrainAction()
|
||||
QCoreApplication::processEvents();
|
||||
pDlg.setAutoClose(true); //restore the default behavior of the progress dialog
|
||||
|
||||
m_app->redrawAll();
|
||||
|
||||
//randomly select the training points
|
||||
QScopedPointer<CCLib::ReferenceCloud> trainSubset(new CCLib::ReferenceCloud(corePoints.cloud));
|
||||
QScopedPointer<CCLib::ReferenceCloud> testSubset(new CCLib::ReferenceCloud(corePoints.cloud));
|
||||
|
||||
Reference in New Issue
Block a user