CvInvokecvGetCols Method |
Namespace: Emgu.CV
public static IntPtr cvGetCols( IntPtr arr, IntPtr submat, int startCol, int endCol )
Public Shared Function cvGetCols ( arr As IntPtr, submat As IntPtr, startCol As Integer, endCol As Integer ) As IntPtr
public: static IntPtr cvGetCols( IntPtr arr, IntPtr submat, int startCol, int endCol )
static member cvGetCols : arr : IntPtr * submat : IntPtr * startCol : int * endCol : int -> IntPtr
2015 Emgu Corporation, All Rights Reserved,