OpenCvSharp VideoCapture.Read in C# (CSharp): 23 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per OpenCvSharp.VideoCapture.Read, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Grabs a frame from camera or video file, decompresses and returns it. This function is just a combination of cvGrabFrame and cvRetrieveFrame in one call. The returned image should not be released or modified by user.