CvMakeScanlines Method OpenCvSharp Class Library
Calculates scanlines coordinates for two cameras by fundamental matrix

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

public static void MakeScanlines(
	double[,] matrix,
	CvSize imgSize,
	int[] scanlines1,
	int[] scanlines2,
	int[] lengths1,
	int[] lengths2,
	out int lineCount
)

Parameters

matrix
Type: SystemDouble
Fundamental matrix.
imgSize
Type: OpenCvSharpCvSize
Size of the image.
scanlines1
Type: SystemInt32
Array of calculated scanlines of the first image.
scanlines2
Type: SystemInt32
Array of calculated scanlines of the second image.
lengths1
Type: SystemInt32
Array of calculated lengths (in pixels) of the first image scanlines.
lengths2
Type: SystemInt32
Array of calculated lengths (in pixels) of the second image scanlines.
lineCount
Type: SystemInt32
Variable that stores the number of scanlines.
See Also

Reference