Click or drag to resize

Toolbox Class

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

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
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