http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Capture a Bgr image frame that is half width and half height.
Mainly used by WCF when sending image to remote locations in a bandwidth conservative scenario
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public virtual Image<Bgr, byte> QuerySmallFrame() |
Visual Basic |
---|
Public Overridable Function QuerySmallFrame As Image(Of Bgr, Byte) |
Visual C++ |
---|
public: virtual Image<Bgr, unsigned char>^ QuerySmallFrame() |
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