http://www.emgu.com
Computes a dot-product of two vectors.
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic double Dot(
IInputArray m
)
Public Function Dot (
m As IInputArray
) As Double
public:
double Dot(
IInputArray^ m
)
member Dot :
m : IInputArray -> float
Parameters
- m
- Type: Emgu.CVIInputArray
Another dot-product operand
Return Value
Type:
DoubleThe dot-product of two vectors.
See Also