NativeMethodscvCalcImageHomography Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvCalcImageHomography(System.Single[],OpenCvSharp.CvPoint3D32f@,System.Single[0:,0:],System.Single[0:,0:])"]

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

public static void cvCalcImageHomography(
	float[] line,
	ref CvPoint3D32f center,
	float[,] intrinsic,
	float[,] homography
)

Parameters

line
Type: SystemSingle

[Missing <param name="line"/> documentation for "M:OpenCvSharp.NativeMethods.cvCalcImageHomography(System.Single[],OpenCvSharp.CvPoint3D32f@,System.Single[0:,0:],System.Single[0:,0:])"]

center
Type: OpenCvSharpCvPoint3D32f

[Missing <param name="center"/> documentation for "M:OpenCvSharp.NativeMethods.cvCalcImageHomography(System.Single[],OpenCvSharp.CvPoint3D32f@,System.Single[0:,0:],System.Single[0:,0:])"]

intrinsic
Type: SystemSingle

[Missing <param name="intrinsic"/> documentation for "M:OpenCvSharp.NativeMethods.cvCalcImageHomography(System.Single[],OpenCvSharp.CvPoint3D32f@,System.Single[0:,0:],System.Single[0:,0:])"]

homography
Type: SystemSingle

[Missing <param name="homography"/> documentation for "M:OpenCvSharp.NativeMethods.cvCalcImageHomography(System.Single[],OpenCvSharp.CvPoint3D32f@,System.Single[0:,0:],System.Single[0:,0:])"]

See Also

Reference