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
)
Public Shared Function Process (
ptr As IntPtr,
w As Integer,
h As Integer,
s As Integer,
dTime As TimeSpan,
ByRef data As VFPCompareData
) As Integer
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
Int32See Also