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