http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Return the particular array element
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static MCvScalar cvGet1D( IntPtr arr, int idx0 ) |
Visual Basic |
---|
Public Shared Function cvGet1D ( _ arr As IntPtr, _ idx0 As Integer _ ) As MCvScalar |
Visual C++ |
---|
public: static MCvScalar cvGet1D( IntPtr arr, int idx0 ) |
Parameters
- arr
- Type: System..::..IntPtr
Input array. Must have a single channel
- idx0
- Type: System..::..Int32
The first zero-based component of the element index