CvPointDotProduct Method (CvPoint, CvPoint) OpenCvSharp Class Library
Calculates the dot product of two 2D vectors.

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

public static double DotProduct(
	CvPoint p1,
	CvPoint p2
)

Parameters

p1
Type: OpenCvSharpCvPoint

[Missing <param name="p1"/> documentation for "M:OpenCvSharp.CvPoint.DotProduct(OpenCvSharp.CvPoint,OpenCvSharp.CvPoint)"]

p2
Type: OpenCvSharpCvPoint

[Missing <param name="p2"/> documentation for "M:OpenCvSharp.CvPoint.DotProduct(OpenCvSharp.CvPoint,OpenCvSharp.CvPoint)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.CvPoint.DotProduct(OpenCvSharp.CvPoint,OpenCvSharp.CvPoint)"]

See Also

Reference