Collection for classifier-based class information. Classifier-based class information is a bit more scarce because it lacks the sample list.
More...
Inherits InfoCollection< TParent, TInfo >.
|
override int | GetCount () |
| Parent class calls this method to determine the number of objects in the collection.
|
|
override ClassInformation | GetInfo (int index) |
| Parent class calls this method to extract one info object by index.
|
|
| InfoCollection (TParent parent) |
| Constructor.
|
|
int | GetCount () |
| Function with which the collection queries the number of elements.
|
|
TInfo | GetInfo (int index) |
| Function with which the collection retrieves the information object with the given index.
|
|
|
TInfo[] | ToArray () |
| Converts this collection into an array.
|
|
readonly TParent | Parent |
| Parent image reference helps keeping track of the lifetime and provides the information basis for index access.
|
|
Collection for classifier-based class information. Classifier-based class information is a bit more scarce because it lacks the sample list.
◆ GetCount()
override int GetCount |
( |
| ) |
|
|
protected |
Parent class calls this method to determine the number of objects in the collection.
- Returns
- number of objects in the collection
- Exceptions
-
ObjectDisposedException | If the Classifier has already been disposed |
◆ GetInfo()
Parent class calls this method to extract one info object by index.
- Parameters
-
index | index at which to extract |
- Returns
- extracted object
- Exceptions
-
ObjectDisposedException | If the SampleImageList has already been disposed |
ArgumentOutOfRangeException | If the index is invalid |
◆ this[int index]
Index-based item access.
- Parameters
-
index | index to be accessed |
- Returns
- indexed class object
- Exceptions
-
ObjectDisposedException | If the SampleImageList has already been disposed |
ArgumentOutOfRangeException | If the index is invalid |
◆ this[string name]
String-based item access.
- Parameters
-
- Returns
- indexed class object
- Exceptions
-