CvInvokecvGet3D Method |
Namespace: Emgu.CV
public static MCvScalar cvGet3D( IntPtr arr, int idx0, int idx1, int idx2 )
Public Shared Function cvGet3D ( arr As IntPtr, idx0 As Integer, idx1 As Integer, idx2 As Integer ) As MCvScalar
public: static MCvScalar cvGet3D( IntPtr arr, int idx0, int idx1, int idx2 )
static member cvGet3D : arr : IntPtr * idx0 : int * idx1 : int * idx2 : int -> MCvScalar
2016 Emgu Corporation, All Rights Reserved,