CvConvertPointsHomogeneous Method OpenCvSharp Class Library
Convert points to/from homogeneous coordinates

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void ConvertPointsHomogeneous(
	CvMat src,
	CvMat dst
)

Parameters

src
Type: OpenCvSharpCvMat
The input point array, 2xN, Nx2, 3xN, Nx3, 4xN or Nx4 (where N is the number of points). Multi-channel 1xN or Nx1 array is also acceptable.
dst
Type: OpenCvSharpCvMat
The output point array, must contain the same number of points as the input; The dimensionality must be the same, 1 less or 1 more than the input, and also within 2..4.
See Also

Reference