ShapeFinder (SF.dll) 14.0
Data Types

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. More...
 

Enumerations

enum  TSFGradientType { SFF_Undefined = -1 , SFF_Roberts = 0 , SFF_Sobel = 1 }
 Available approaches for gradient measurement. More...
 

Detailed Description

Typedef Documentation

◆ SF

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.

Enumeration Type Documentation

◆ TSFGradientType

Available approaches for gradient measurement.

Enumerator
SFF_Undefined 

Undefined.

SFF_Roberts 

Roberts filter.

SFF_Sobel 

3x3 Sobel filter.