CvCalcImageHomography Method OpenCvSharp Class Library
Calculates homography matrix for oblong planar object (e.g. arm)

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

public static void CalcImageHomography(
	float[] line,
	CvPoint3D32f center,
	float[,] intrinsic,
	out float[,] homography
)

Parameters

line
Type: SystemSingle
The main object axis direction (vector (dx,dy,dz)).
center
Type: OpenCvSharpCvPoint3D32f
Object center ((cx,cy,cz)).
intrinsic
Type: SystemSingle
Intrinsic camera parameters (3x3 matrix).
homography
Type: SystemSingle
Output homography matrix (3x3).

Return Value

Type: 
See Also

Reference