VFPFingerprintSourceIgnoredAreas Property |
Gets the ignored areas.
Namespace:
VisioForge.VideoFingerPrinting
Assembly:
VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntax public List<VFRect> IgnoredAreas { get; }
Public ReadOnly Property IgnoredAreas As List(Of VFRect)
Get
Property Value
Type:
ListVFRectRemarks
Ignored areas applied after crop but before resize.
See Also