The ImageFolderSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ImageFolderSource |
Ctor.
|
Methods
Name | Description | |
---|---|---|
Dispose |
Frees resources associated with this object.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
FramesPerSecond |
Gets the fps of this sequence, or 0 if unknown.
| |
ImageHeight |
Gets the height of the images in this sequence.
| |
ImagePixelFormat |
Gets the pixel format of the images in this sequence.
| |
ImageWidth |
Gets the width of the images in this sequence.
| |
Item |
Returns a particular image of this sequence. The caller is responsible for disposing it.
| |
NumImages |
Gets the total number of images in this sequence.
| |
Source |
Gets the path to the source directory.
|