Namespace for the ShapeFinder2 package.
More...
|
namespace | Filter |
| Namespace for collection of filter functions from the ShapeFinder2 package.
|
|
◆ ContrastMode
Normal contrast features.
Enumerator |
---|
Normal | Normal contrast features.
|
Inverse | Inverted contrast features.
|
◆ CudaStatus
ShapeFinder2 CUDA status enum.
Enumerator |
---|
Default | Use CUDA if available.
|
ForceDisable | User disabled CUDA.
|
◆ GradientType
Type of Gradient used for feature extraction.
Enumerator |
---|
Roberts | Roberts edge filter.
|
Sobel | Sobel edge filter.
|
◆ PrecisionMode
Controls precision over accuracy for ShapeFinder 1 type searches.
Enumerator |
---|
NoCorrelation | In the NoCorrelation mode, only the ShapeFinder edge model will be searched.
|
CorrelationCoarse | In the CorrelationCoarse mode, after the initial edge model search a correlation and hill climbing will be performed on the preliminary result using the coarse layer of the model.
|
CorrelationFine | In the CorrelationFine mode, after the initial edge model search a correlation and hill climbing will be performed on the preliminary result using the fine layer of the model.
|