Class HSCPThinning
Iteratively thins the input binary raster with the HSCPThinningStep algorithm.
Pipeline Input type: bool[,]
Default Pipeline Output: (bool[,]) HSCPThinningResult
Inherited Members
Namespace: SigStat.Common.Transforms
Assembly: SigStat.Common.dll
Syntax
public class HSCPThinning : PipelineBase, ILoggerObject, IProgress, ITransformation, IPipelineIO
Properties
| Improve this Doc View SourceInput
Input FeatureDescriptor for the binary image of the signature
Declaration
public FeatureDescriptor<bool[, ]> Input { get; set; }
Property Value
Type | Description |
---|---|
FeatureDescriptor<System.Boolean[,]> |
Output
Output FeatureDescriptor for the binary image of the signature
Declaration
public FeatureDescriptor<bool[, ]> Output { get; set; }
Property Value
Type | Description |
---|---|
FeatureDescriptor<System.Boolean[,]> |
Methods
| Improve this Doc View SourceTransform(Signature)
Executes the transform on the signature
parameter.
This function gets called by the pipeline.
Declaration
public void Transform(Signature signature)
Parameters
Type | Name | Description |
---|---|---|
Signature | signature | The Signature with a set of features to be transformed. |