Click or drag to resize

NativeMethodsvector_vector_float_copy Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void vector_vector_float_copy(
	IntPtr vec,
	IntPtr[] dst
)

Parameters

vec
Type: SystemIntPtr
dst
Type: SystemIntPtr
See Also