EMCovarianceMatrixType Property
|
Constraint on covariance matrices which defines type of matrices.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic int CovarianceMatrixType { get; set; }
Public Property CovarianceMatrixType As Integer
Get
Set
public:
property int CovarianceMatrixType {
int get ();
void set (int value);
}
member CovarianceMatrixType : int with get, set
function get_CovarianceMatrixType();
function set_CovarianceMatrixType(value);
Property Value
Type:
Int32
See Also