MatrixViewerMatrix Property |
http://www.emgu.com
Get or Set the Matrix<> object; for this MatrixViewer
Namespace:
Emgu.CV.UI
Assembly:
Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic UnmanagedObject Matrix { get; set; }
Public Property Matrix As UnmanagedObject
Get
Set
public:
property UnmanagedObject^ Matrix {
UnmanagedObject^ get ();
void set (UnmanagedObject^ value);
}
member Matrix : UnmanagedObject with get, set
Property Value
Type:
UnmanagedObject
See Also