Show / Hide Table of Contents

Class SimpleRenderingTransformation

Renders an image of the signature based on the available online information (X,Y,Dpi)

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

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