FrameSourceNextFrame Method |
http://www.emgu.com
Get the next frame
Namespace: Emgu.CV.SuperresAssembly: Emgu.CV.Superres (in Emgu.CV.Superres.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void NextFrame(
IOutputArray frame
)
Public Sub NextFrame (
frame As IOutputArray
)
public:
void NextFrame(
IOutputArray^ frame
)
member NextFrame :
frame : IOutputArray -> unit
Parameters
- frame
- Type: Emgu.CVIOutputArray
[Missing <param name="frame"/> documentation for "M:Emgu.CV.Superres.FrameSource.NextFrame(Emgu.CV.IOutputArray)"]
See Also