http://www.emgu.com
Retrieve a Gray image frame after Grab()
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic virtual bool Retrieve(
IOutputArray image,
int channel = 0
)
Public Overridable Function Retrieve (
image As IOutputArray,
Optional channel As Integer = 0
) As Boolean
public:
virtual bool Retrieve(
IOutputArray^ image,
int channel = 0
)
abstract Retrieve :
image : IOutputArray *
?channel : int
(* Defaults:
let _channel = defaultArg channel 0
*)
-> bool
override Retrieve :
image : IOutputArray *
?channel : int
(* Defaults:
let _channel = defaultArg channel 0
*)
-> bool
Parameters
- image
- Type: Emgu.CVIOutputArray
The output image - channel (Optional)
- Type: SystemInt32
The channel to retrieve image
Return Value
Type:
BooleanTrue if the frame can be retrieved
See Also