Click or drag to resize

CvArrayTDepthReadXml Method

http://www.emgu.com
Function to call when deserializing this object from XML

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public virtual void ReadXml(
	XmlReader reader
)

Parameters

reader
Type: System.XmlXmlReader
The xml reader

Implements

IXmlSerializableReadXml(XmlReader)
See Also