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 Rectangle cvGetImageROI( IntPtr image ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function cvGetImageROI ( _ image As IntPtr _ ) As Rectangle |
| Visual C++ |
|---|
public: static Rectangle cvGetImageROI( IntPtr image ) |
Parameters
- image
- Type: System..::.IntPtr
Image header.