Click or drag to resize

Toolbox Class

https://www.emgu.com
utilities functions for Emgu
Inheritance Hierarchy
SystemObject
  Emgu.TF.UtilToolbox

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF.Lite (in Emgu.TF.Lite.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntax
public static class Toolbox

The Toolbox type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindAssembly
Searches for and returns the first loaded assembly in the current AppDomain with the specified assembly name.
Public methodStatic memberGetDllDirectory
Get the search path used to locate DLLs for the application
Public methodStatic memberLoadLibrary
Maps the specified executable module into the address space of the calling process.
Public methodStatic memberPixel24ToPixelByte
A native implementation to convert (24-bit) pixels values to float tensor values
Public methodStatic memberPixel24ToPixelFloat
A native implementation to convert (24-bit) pixels values to float tensor values
Public methodStatic memberPixel32ToPixelByte
A native implementation to convert (32-bit) pixels values to float tensor values
Public methodStatic memberPixel32ToPixelFloat
A native implementation to convert (32-bit) pixels values to float tensor values
Public methodStatic memberSetDllDirectory
Adds a directory to the search path used to locate DLLs for the application
Top
See Also