CvArrayTDepthTrace Property |
http://www.emgu.com
Sum of diagonal elements of the matrix
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic MCvScalar Trace { get; }
Public ReadOnly Property Trace As MCvScalar
Get
public:
property MCvScalar^ Trace {
MCvScalar^ get ();
}
member Trace : MCvScalar with get
Property Value
Type:
MCvScalar
See Also