Class SimpleRenderingTransformation
Renders an image of the signature based on the available online information (X,Y,Dpi)
Inherited Members
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public class SimpleRenderingTransformation : PipelineBase, ILoggerObject, IProgress, ITransformation, IPipelineIO
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. |