Show / Hide Table of Contents

Class OnePixelThinning

Iteratively thins the input binary raster with the SigStat.Common.Algorithms.OnePixelThinningStep algorithm.

Pipeline Input type: bool[,]

Default Pipeline Output: (bool[,]) OnePixelThinningResult

Inheritance
System.Object
PipelineBase
OnePixelThinning
Implements
ILoggerObject
IProgress
ITransformation
IPipelineIO
Inherited Members
PipelineBase.PipelineInputs
PipelineBase.PipelineOutputs
PipelineBase.Logger
PipelineBase.Progress
PipelineBase.ProgressChanged
PipelineBase.OnProgressChanged()
Namespace: SigStat.Common.Transforms
Assembly: SigStat.Common.dll
Syntax
public class OnePixelThinning : PipelineBase, ILoggerObject, IProgress, ITransformation, IPipelineIO

Properties

| Improve this Doc View Source

Input

Input FeatureDescriptor for the binary image of the signature

Declaration
public FeatureDescriptor<bool[, ]> Input { get; set; }
Property Value
Type Description
FeatureDescriptor<System.Boolean[,]>
| Improve this Doc View Source

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 Source

Transform(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.

Implements

ILoggerObject
IProgress
ITransformation
IPipelineIO
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX