|
Gaia
|
The MergeRegion analyzer allows you to merge multiple descriptors into a single one. More...
#include <mergeregion.h>
Public Member Functions | |
| MergeRegion (const ParameterMap ¶ms) | |
| Transformation | analyze (const DataSet *data) const |
Public Member Functions inherited from gaia2::Analyzer | |
| Analyzer (const ParameterMap ¶ms) | |
| virtual Transformation | analyze (const DataSet *dataset, const Region ®ion) const |
| void | checkDataSet (const DataSet *dataset) const |
| Checks that the given dataset is valid. More... | |
| void | checkMinPoints (const DataSet *dataset, int n) const |
| Checks that the given dataset as at least the specified number of points. More... | |
| const Region & | checkFixedLength (const Region ®ion, const PointLayout &layout) const |
| Checks that the given Region only contains fixed-length descriptors and throws an exception if not. More... | |
Protected Attributes | |
| QString | _resultName |
Protected Attributes inherited from gaia2::Analyzer | |
| ParameterMap | _params |
| QStringList | _descriptorNames |
| QStringList | _exclude |
Additional Inherited Members | |
Public Attributes inherited from gaia2::Analyzer | |
| QString | name |
| Name for the algorithm, usually the key that was used to instantiate it from the factory. | |
| QStringList | validParams |
| List of valid parameters this analyzer accepts. More... | |
The MergeRegion analyzer allows you to merge multiple descriptors into a single one.
You lose the ability to discern between them, but you gain a lot of memory space by doing that.
| descriptorNames | the names of the descriptors to be merged. Can use wildcards. |
| except | the names of the descriptors to be removed from the selected list specified before. Can use wildcards. (default: ""). |
| resultName | the name of the resulting descriptor (default: "merged"). |