http://www.emgu.com
Computes the dot product of two mats
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 mat
)
Public Function Dot (
mat As IInputArray
) As Double
public:
double Dot(
IInputArray^ mat
)
member Dot :
mat : IInputArray -> float
Parameters
- mat
- Type: Emgu.CVIInputArray
The matrix to compute dot product with
Return Value
Type:
DoubleThe dot product
See Also