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