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