mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 17:10:52 +08:00
Various updates (command line call to classification, etc.)
This commit is contained in:
@@ -202,7 +202,7 @@ bool Classifier::classify(const Feature::Set& features, ccPointCloud* cloud, QSt
|
||||
}
|
||||
|
||||
float predictedClass = m_rtrees->predict(test_data.row(0));
|
||||
classificationSF->setValue(i, static_cast<ScalarType>(predictedClass));
|
||||
classificationSF->setValue(i, static_cast<int>(predictedClass));
|
||||
|
||||
if (pDlg && !nProgress.oneStep())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user