CvMatConvertPointsHomogenious 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 void ConvertPointsHomogenious(
	CvMat dst
)

Parameters

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