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