http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Returns channel of interest of the image (it returns 0 if all the channels are selected).
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static int cvGetImageCOI( IntPtr image ) |
Visual Basic |
---|
Public Shared Function cvGetImageCOI ( _ image As IntPtr _ ) As Integer |
Visual C++ |
---|
public: static int cvGetImageCOI( IntPtr image ) |
Parameters
- image
- Type: System..::..IntPtr
Image header.