CvArrayTDepthTrace Property |
http://www.emgu.com
Sum of diagonal elements of the matrix
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
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