Base class for all objects that can be inside a training set.
More...
Inherited by TrainingSet.ImageInfo, TrainingSet.InstanceInfo, and TrainingSet.ModelInfo.
|
readonly IntPtr | collectionParent_ |
| Native handle to the parent of the collection (which is not necessarily the training set!)
|
|
|
int | Index [get] |
| Index of this object in the parent's collection.
|
|
Image | Image [get] |
| Image representation of this object.
|
|
Base class for all objects that can be inside a training set.
◆ CreateImageRepresentation()
Image CreateImageRepresentation |
( |
| ) |
|
|
abstractprotected |
Creates the image used for representing this object.
- Returns
- Image representing this object.
◆ GetIndex()
Method through which the inherited classes retrieve the index this object has in its "master" collection underneath the TrainingSet.
- Returns
- index of this object
◆ Image
Image representation of this object.
- Exceptions
-
ObjectDisposedException | If the training set has already been disposed |
◆ Index
Index of this object in the parent's collection.
- Exceptions
-
ObjectDisposedException | If the training set has already been disposed |