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.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static int cvGetImageCOI( IntPtr image ) |
Visual Basic (Declaration) |
---|
Public Shared Function cvGetImageCOI ( _ image As IntPtr _ ) As Integer |
Visual C++ |
---|
public: static int cvGetImageCOI( IntPtr image ) |
Parameters
- image
- Type: System..::.IntPtr
Image header.