CvArrayTDepthMat Property |
http://www.emgu.com
Get the Mat header that represent this CvArr
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
SyntaxPublic ReadOnly Property Mat As Mat
Get
public:
property Mat^ Mat {
Mat^ get ();
}
member Mat : Mat with get
Property Value
Type:
Mat
See Also