http://www.emgu.com
Computes a dot-product of two vectors.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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