mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 08:34:48 +08:00
Command line enhanced
This commit is contained in:
@@ -132,6 +132,7 @@ bool Classifier::classify( const Feature::Source::Set& featureSources,
|
||||
try
|
||||
{
|
||||
ccScalarField* classifSFBackup = new ccScalarField(*static_cast<ccScalarField*>(classificationSF));
|
||||
classifSFBackup->setName("Classification_prev");
|
||||
cloud->addScalarField(classifSFBackup);
|
||||
}
|
||||
catch (const std::bad_alloc)
|
||||
|
||||
Reference in New Issue
Block a user