http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Sets the channel of interest to a given value. Value 0 means that all channels are selected, 1 means that the first channel is selected etc. If ROI is NULL and coi != 0, ROI is allocated.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvSetImageCOI( IntPtr image, int coi ) |
Visual Basic |
---|
Public Shared Sub cvSetImageCOI ( _ image As IntPtr, _ coi As Integer _ ) |
Visual C++ |
---|
public: static void cvSetImageCOI( IntPtr image, int coi ) |
Parameters
- image
- Type: System..::..IntPtr
Image header
- coi
- Type: System..::..Int32
Channel of interest starting from 1. If 0, the COI is unset.