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