Click or drag to resize

ICapture Interface

http://www.emgu.com
The interface that is used for WCF to provide a image capture service

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public interface ICapture

The ICapture type exposes the following members.

Methods
  NameDescription
Public methodQueryFrame
Capture a Bgr image frame
Public methodQuerySmallFrame
Capture a Bgr image frame that is half width and half height
Top
See Also