Click or drag to resize

NativeImageIOReadImageFilesToTensorT Method

https://www.emgu.com

[Missing <summary> documentation for "M:Emgu.Models.NativeImageIO.ReadImageFilesToTensor``1(System.String[],System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Boolean,System.Boolean)"]

Namespace:  Emgu.Models
Assembly:  Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntax
public static void ReadImageFilesToTensor<T>(
	string[] fileNames,
	IntPtr dest,
	int inputHeight = -1,
	int inputWidth = -1,
	float inputMean = 0f,
	float scale = 1f,
	bool flipUpSideDown = false,
	bool swapBR = false
)
where T : struct, new()

Parameters

fileNames
Type: SystemString

[Missing <param name="fileNames"/> documentation for "M:Emgu.Models.NativeImageIO.ReadImageFilesToTensor``1(System.String[],System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Boolean,System.Boolean)"]

dest
Type: SystemIntPtr

[Missing <param name="dest"/> documentation for "M:Emgu.Models.NativeImageIO.ReadImageFilesToTensor``1(System.String[],System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Boolean,System.Boolean)"]

inputHeight (Optional)
Type: SystemInt32

[Missing <param name="inputHeight"/> documentation for "M:Emgu.Models.NativeImageIO.ReadImageFilesToTensor``1(System.String[],System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Boolean,System.Boolean)"]

inputWidth (Optional)
Type: SystemInt32

[Missing <param name="inputWidth"/> documentation for "M:Emgu.Models.NativeImageIO.ReadImageFilesToTensor``1(System.String[],System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Boolean,System.Boolean)"]

inputMean (Optional)
Type: SystemSingle

[Missing <param name="inputMean"/> documentation for "M:Emgu.Models.NativeImageIO.ReadImageFilesToTensor``1(System.String[],System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Boolean,System.Boolean)"]

scale (Optional)
Type: SystemSingle

[Missing <param name="scale"/> documentation for "M:Emgu.Models.NativeImageIO.ReadImageFilesToTensor``1(System.String[],System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Boolean,System.Boolean)"]

flipUpSideDown (Optional)
Type: SystemBoolean

[Missing <param name="flipUpSideDown"/> documentation for "M:Emgu.Models.NativeImageIO.ReadImageFilesToTensor``1(System.String[],System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Boolean,System.Boolean)"]

swapBR (Optional)
Type: SystemBoolean

[Missing <param name="swapBR"/> documentation for "M:Emgu.Models.NativeImageIO.ReadImageFilesToTensor``1(System.String[],System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Boolean,System.Boolean)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Emgu.Models.NativeImageIO.ReadImageFilesToTensor``1(System.String[],System.IntPtr,System.Int32,System.Int32,System.Single,System.Single,System.Boolean,System.Boolean)"]

See Also