Click or drag to resize
BinaryFileStorageT Class
http://www.emgu.com
A raw data storage
Inheritance Hierarchy
SystemObject
  Emgu.CV.UtilBinaryFileStorageT

Namespace: Emgu.CV.Util
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public class BinaryFileStorage<T> : IEnumerable<T>, 
	IEnumerable
where T : struct, new()

Type Parameters

T
The type of elements in the storage

The BinaryFileStorageT type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAppend
Append the samples to the end of the storage
Public methodClear
Delete all data in the existing storage, if there is any.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEstimateSize
Estimate the number of elements in this storage as the size of the storage divided by the size of the elements
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Get the data in this storage
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSubsamples
Get the subsampled data in this storage
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPeek
Get a copy of the first element in the storage. If the storage is empty, a default value will be returned
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_fileInfo
The file info
Top
Properties
  NameDescription
Public propertyFileName
The file name of the storage
Top
See Also