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