Click or drag to resize

MatNDTDepth Constructor (SerializationInfo, StreamingContext)

http://www.emgu.com
Constructor used to deserialize runtime serialized object

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public MatND(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The serialization info
context
Type: System.Runtime.SerializationStreamingContext
The streaming context
See Also