Click or drag to resize

CvInvokeConvertPointsToHomogeneous Method

http://www.emgu.com
Converts points from Euclidean to homogeneous space.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static void ConvertPointsToHomogeneous(
	IInputArray src,
	IOutputArray dst
)

Parameters

src
Type: Emgu.CVIInputArray
Input vector of N-dimensional points.
dst
Type: Emgu.CVIOutputArray
Output vector of N+1-dimensional points.
See Also