Click or drag to resize

VFPSearchProcess 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 time,
	ref VFPSearchData video
)

Parameters

ptr
Type: SystemIntPtr
Frame pointer.
w
Type: SystemInt32
Width.
h
Type: SystemInt32
Height.
s
Type: SystemInt32
Stride.
time
Type: SystemTimeSpan
Time stamp.
video
Type: VisioForge.VideoFingerPrintingVFPSearchData
VFP data.

Return Value

Type: Int32
Returns 1 if all ok.
See Also