Table of Contents

Class VFPComparisonResult

Namespace
VisioForge.Core.VideoFingerPrinting
Assembly
VisioForge.Core.dll

Represents the result of a fingerprint comparison operation.

public class VFPComparisonResult

Inheritance

Inherited Members

Properties

Difference

Gets or sets the difference score (lower is better, 0 is identical).

public double Difference { get; set; }

Property Value

double

MirrorMode

Gets or sets the detected mirror mode for the best match.

public VFPMirrorMode MirrorMode { get; set; }

Property Value

VFPMirrorMode

Success

Gets or sets whether the comparison was successful.

public bool Success { get; set; }

Property Value

bool

TimeOffset

Gets or sets the time offset where the best match was found (for search operations).

public int TimeOffset { get; set; }

Property Value

int