mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 09:00:50 +08:00
Various updates (command line call to classification, etc.)
This commit is contained in:
+1
-1
@@ -834,7 +834,7 @@ struct FeaturesAndScales
|
||||
QMap<double, std::vector<ContextBasedFeature::Shared> > contextBasedFeaturesPerScale;
|
||||
};
|
||||
|
||||
bool Tools::PrepareFeatures(const CorePoints& corePoints, Feature::Set& features, QString& errorStr, CCLib::GenericProgressCallback* progressCb/*=nullptr*/)
|
||||
bool Tools::PrepareFeatures(const CorePoints& corePoints, Feature::Set& features, QString& errorStr, CCLib::GenericProgressCallback* progressCb/*=nullptr*/, SFCollector* generatedScalarFields/*=nullptr*/)
|
||||
{
|
||||
if (features.empty() || !corePoints.origin)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user