Click or drag to resize

Tensor Properties

http://www.emgu.com

The Tensor type exposes the following members.

Properties
  NameDescription
Public propertyByteSize
Return the size of the underlying data in bytes.
Public propertyData
Get the tensor data as a managed array
Public propertyDataPointer
Get the native pointer to the tensor data
Public propertyDim
Return the dimension of the tensor
Public propertyJaggedData
Get the tensor data as a jagged array
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Public propertyType
Get the type of data from this tensor
Top
See Also