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