Class VFPComparisonResult
- Namespace
- VisioForge.Core.VideoFingerPrinting
- Assembly
- VisioForge.Core.dll
Represents the result of a fingerprint comparison operation.
public class VFPComparisonResultInheritance
Inherited Members
Properties
Difference
Gets or sets the difference score (lower is better, 0 is identical).
public double Difference { get; set; }Property Value
MirrorMode
Gets or sets the detected mirror mode for the best match.
public VFPMirrorMode MirrorMode { get; set; }Property Value
Success
Gets or sets whether the comparison was successful.
public bool Success { get; set; }Property Value
TimeOffset
Gets or sets the time offset where the best match was found (for search operations).
public int TimeOffset { get; set; }