Class BasicMetadataExtraction
Inherited Members
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public class BasicMetadataExtraction : PipelineBase, ILoggerObject, IProgress, ITransformation, IPipelineIO
Properties
| Improve this Doc View SourceTrim
Represents theratio of significant pixels that should be trimmed from each side while calculating TrimmedBounds
Declaration
public static double Trim { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
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. |