mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 16:40:49 +08:00
Use existing scalar fields implemented
confusion matrix update
This commit is contained in:
@@ -209,6 +209,9 @@ namespace masc
|
||||
|
||||
public: //helpers
|
||||
|
||||
//! Creates (or resets) a scalar field with the given name on the input core points cloud
|
||||
static bool CheckSFExistence(ccPointCloud* cloud, const char* resultSFName);
|
||||
|
||||
//! Creates (or resets) a scalar field with the given name on the input core points cloud
|
||||
static CCCoreLib::ScalarField* PrepareSF(ccPointCloud* cloud, const char* resultSFName, SFCollector* generatedScalarFields/*= nullptr*/, SFCollector::Behavior behavior);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user