#include <ProtrusionExtr.h>
Public Member Functions | |
| ProtrusionsExtr () | |
| Default constructor. | |
| ProtrusionsExtr (ProtrusionsExtrPar par) | |
| Constructor with parameters. | |
| ~ProtrusionsExtr () | |
| Destructor. | |
| PosiFeatures | extract (Scan scan) |
| Performs the feature extraction. | |
Takes as input a Scan and gives as output a PosiFeatures.
To use this algorithm, instantiate the class passing the desired parameters. Then call the method extract.
1.5.6