BinaryFileStorageT Class |
Namespace: Emgu.CV.Util
public class BinaryFileStorage<T> : IEnumerable<T>, IEnumerable where T : struct, new()
The BinaryFileStorageT type exposes the following members.
Name | Description | |
---|---|---|
![]() | BinaryFileStorageT(String) |
Create a binary File Storage
|
![]() | BinaryFileStorageT(String, IEnumerableT) |
Create a binary File Storage with the specific data
|
![]() | BinaryFileStorageT(String, Int32) |
Create a binary File Storage
|
Name | Description | |
---|---|---|
![]() | Append |
Append the samples to the end of the storage
|
![]() | Clear |
Delete all data in the existing storage, if there is any.
|
![]() | Equals | (Inherited from Object.) |
![]() | EstimateSize |
Estimate the number of elements in this storage as the size of the storage divided by the size of the elements
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Get the data in this storage
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetSubsamples |
Get the subsampled data in this storage
|
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Peek |
Get a copy of the first element in the storage. If the storage is empty, a default value will be returned
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |