CvInvokecvSetReal3D Method |
Namespace: Emgu.CV
public static void cvSetReal3D( IntPtr arr, int idx0, int idx1, int idx2, double value )
Public Shared Sub cvSetReal3D ( arr As IntPtr, idx0 As Integer, idx1 As Integer, idx2 As Integer, value As Double )
public: static void cvSetReal3D( IntPtr arr, int idx0, int idx1, int idx2, double value )
static member cvSetReal3D : arr : IntPtr * idx0 : int * idx1 : int * idx2 : int * value : float -> unit
2019 Emgu Corporation, All Rights Reserved,