CvInvokecvGetImageCOI Method |
http://www.emgu.com
Returns channel of interest of the image (it returns 0 if all the channels are selected).
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic static int cvGetImageCOI(
IntPtr image
)
Public Shared Function cvGetImageCOI (
image As IntPtr
) As Integer
public:
static int cvGetImageCOI(
IntPtr image
)
static member cvGetImageCOI :
image : IntPtr -> int
Parameters
- image
- Type: SystemIntPtr
Image header.
Return Value
Type:
Int32channel of interest of the image (it returns 0 if all the channels are selected)
See Also