Returns sum of diagonal elements of the matrix src1.
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static MCvScalar cvTrace( IntPtr mat ) |
Visual Basic (Declaration) |
---|
Public Shared Function cvTrace ( _ mat As IntPtr _ ) As MCvScalar |
Visual C++ |
---|
public: static MCvScalar cvTrace( IntPtr mat ) |
Parameters
- mat
- Type: System..::.IntPtr
the matrix