This commit is contained in:
Paul Leroy
2022-10-27 09:19:52 +02:00
parent 13c391070e
commit bcb3cee2c4
4 changed files with 11 additions and 8 deletions
+2 -2
View File
@@ -154,7 +154,7 @@ void q3DMASCPlugin::doClassifyAction()
masc::Tools::NamedClouds clouds;
QString mainCloudLabel;
classifDlg.getClouds(clouds, mainCloudLabel);
classifDlg.getClouds(clouds);
masc::Feature::Set features;
masc::Classifier classifier;
@@ -284,7 +284,7 @@ void q3DMASCPlugin::doTrainAction()
}
s_keepAttributes = classifDlg.keepAttributesCheckBox->isChecked();
classifDlg.getClouds(loadedClouds, mainCloudLabel);
classifDlg.getClouds(loadedClouds);
m_app->dispToConsole("Training cloud: " + mainCloudLabel, ccMainAppInterface::STD_CONSOLE_MESSAGE);
corePoints.origin = loadedClouds[mainCloudLabel];
corePoints.role = mainCloudLabel;