http://www.emgu.com
Read detector from FileNode.
Namespace:
Emgu.CV.XObjdetect
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic void Read(
FileNode node
)
Public Sub Read (
node As FileNode
)
public:
void Read(
FileNode^ node
)
member Read :
node : FileNode -> unit
Parameters
- node
- Type: Emgu.CVFileNode
FileNode for input
See Also