Click or drag to resize

NativeMethodscalib3d_convertPointsToHomogeneous_array2 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 calib3d_convertPointsToHomogeneous_array2(
	Vec3f[] src,
	Vec4f[] dst,
	int length
)

Parameters

src
Type: OpenCvSharpVec3f
dst
Type: OpenCvSharpVec4f
length
Type: SystemInt32
See Also