http://www.emgu.com
Load the library specified by libraryFilename and register the ops and
kernels present in that library.
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntaxpublic Library(
string libraryFilename,
Status status = null
)
Public Sub New (
libraryFilename As String,
Optional status As Status = Nothing
)
public:
Library(
String^ libraryFilename,
Status^ status = nullptr
)
new :
libraryFilename : string *
?status : Status
(* Defaults:
let _status = defaultArg status null
*)
-> Library
Parameters
- libraryFilename
- Type: SystemString
The library file name - status (Optional)
- Type: Emgu.TFStatus
The status
See Also