http://www.emgu.com
Read detector from FileNode.
Namespace:
Emgu.CV.XObjdetect
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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