VFPFingerprintFromFramesPush Method (Byte) |
Pushes RGB24 array to process.
Namespace:
VisioForge.VideoFingerPrinting
Assembly:
VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntax public void Push(
byte[] rgb24frame
)
Public Sub Push (
rgb24frame As Byte()
)
Parameters
- rgb24frame
- Type: SystemByte
RGB24 frame.
See Also