Capture a Bgr image frame that is half width and half height.
Mainly used by WCF when sending image to remote locations in a band width conservertive senario
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
Return Value
A Bgr image frame that is half width and half heightImplements
ICapture..::.QuerySmallFrame()()()
Remarks
Internally, this is a cvQueryFrame operation follow by a cvPyrDown