Click or drag to resize

VFPFingerprintFromFrames Constructor

VFPFingerprintFromFrames constructor.

Namespace:  VisioForge.VideoFingerPrinting
Assembly:  VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntax
public VFPFingerprintFromFrames(
	double frameRate,
	int width,
	int height,
	TimeSpan totalDuration
)

Parameters

frameRate
Type: SystemDouble
Frame rate.
width
Type: SystemInt32
Width.
height
Type: SystemInt32
Height.
totalDuration
Type: SystemTimeSpan
Total duration.
See Also