ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
FeaturesAndScales Struct Reference

Public Attributes

std::vector< double > scales
 
size_t featureCount = 0
 
QMap< double, std::vector< PointFeature::Shared > > pointFeaturesPerScale
 
QMap< double, std::vector< NeighborhoodFeature::Shared > > neighborhoodFeaturesPerScale
 
QMap< double, std::vector< ContextBasedFeature::Shared > > contextBasedFeaturesPerScale
 

Detailed Description

Definition at line 1021 of file q3DMASCTools.cpp.

Member Data Documentation

◆ contextBasedFeaturesPerScale

QMap<double, std::vector<ContextBasedFeature::Shared> > FeaturesAndScales::contextBasedFeaturesPerScale

Definition at line 1028 of file q3DMASCTools.cpp.

Referenced by masc::Tools::PrepareFeatures().

◆ featureCount

size_t FeaturesAndScales::featureCount = 0

Definition at line 1023 of file q3DMASCTools.cpp.

Referenced by masc::Tools::PrepareFeatures().

◆ neighborhoodFeaturesPerScale

QMap<double, std::vector<NeighborhoodFeature::Shared> > FeaturesAndScales::neighborhoodFeaturesPerScale

Definition at line 1026 of file q3DMASCTools.cpp.

Referenced by masc::Tools::PrepareFeatures().

◆ pointFeaturesPerScale

QMap<double, std::vector<PointFeature::Shared> > FeaturesAndScales::pointFeaturesPerScale

Definition at line 1024 of file q3DMASCTools.cpp.

Referenced by masc::Tools::PrepareFeatures().

◆ scales

std::vector<double> FeaturesAndScales::scales

Definition at line 1022 of file q3DMASCTools.cpp.

Referenced by masc::Tools::PrepareFeatures().


The documentation for this struct was generated from the following file: