Capture a Bgr image frame that is half width and half heigh

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
Image<Bgr, byte> QuerySmallFrame()
Function QuerySmallFrame As Image(Of Bgr, Byte)
Image<Bgr, unsigned char>^ QuerySmallFrame()

Return Value

A Bgr image frame that is half width and half height

See Also