Class EndpointExtraction
Extracts EndPoints and CrossingPoints from Skeleton.
Default Pipeline Input: (bool[,]) Skeleton
Default Pipeline Output: (List{Point}) EndPoints, (List{Point}) CrossingPoints
Inherited Members
Namespace: SigStat.Common.Transforms
Assembly: SigStat.Common.dll
Syntax
public class EndpointExtraction : PipelineBase, ILoggerObject, IProgress, ITransformation, IPipelineIO
Properties
| Improve this Doc View SourceOutputCrossingPoints
OutputCrossingPoints
Declaration
public FeatureDescriptor<List<Point>> OutputCrossingPoints { get; set; }
Property Value
Type | Description |
---|---|
FeatureDescriptor<List<Point>> |
OutputEndpoints
OutputEndpoints
Declaration
public FeatureDescriptor<List<Point>> OutputEndpoints { get; set; }
Property Value
Type | Description |
---|---|
FeatureDescriptor<List<Point>> |
Skeleton
Binary representation of an image
Declaration
public FeatureDescriptor<bool[, ]> Skeleton { 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. |