Click or drag to resize

VFPCompareProcess Method

Process frame (RGB24).

Namespace:  VisioForge.VideoFingerPrinting
Assembly:  VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntax
public static int Process(
	IntPtr ptr,
	int w,
	int h,
	int s,
	TimeSpan dTime,
	ref VFPCompareData data
)

Parameters

ptr
Type: SystemIntPtr
Frame pointer.
w
Type: SystemInt32
Width.
h
Type: SystemInt32
Height.
s
Type: SystemInt32
Stride.
dTime
Type: SystemTimeSpan
Time.
data
Type: VisioForge.VideoFingerPrintingVFPCompareData
VFP data object.

Return Value

Type: Int32
Returns Int32
See Also