Data Structures | |
| struct | TSearchAllParams |
| Structure that contains the parameters that control the extraction of solutions from the ShapeFinder accumulator. More... | |
| struct | TSFSolution |
| Utility structure to interpret ShapeFinder2 results. More... | |
| struct | TSymmetryParams |
| Symmetry parameter structure for training ShapeFinder2 models. More... | |
Typedefs | |
| typedef void * | SF |
| Handle to a ShapeFinder model. | |
Enumerations | |
| enum | TSFGradientType { SFF_Undefined = -1 , SFF_Roberts = 0 , SFF_Sobel = 1 } |
| Available approaches for gradient measurement. More... | |
| typedef void* SF |
Handle to a ShapeFinder model.
A handle of this type may - if it is not nullptr or hasn't been initialized yet - refer to a ShapeFinder or ShapeFinder2 model. Use IsSF to verify whether the handle points to a valid ShapeFinder model. Use IsSF2 to find out whether it is a ShapeFinder or a ShapeFinder2 model.
| enum TSFGradientType |