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
)
Public Shared Function Process (
ptr As IntPtr,
w As Integer,
h As Integer,
s As Integer,
time As TimeSpan,
ByRef video As VFPSearchData
) As Integer
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