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