Click or drag to resize
CaptureRetrieve Method
http://www.emgu.com
Retrieve a Gray image frame after Grab()

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public virtual bool Retrieve(
	IOutputArray image,
	int flag = 0
)

Parameters

image
Type: Emgu.CVIOutputArray
The output image
flag (Optional)
Type: SystemInt32
retrieve flags

Return Value

Type: Boolean
A Gray image frame
See Also