Collection for classifier-based class information. Classifier-based class information is a bit more scarce because it lacks the sample list. More...
Inherits InfoCollection< Classifier, ClassInformation >.
Protected Member Functions | |
override int | GetCount () |
Parent class calls this method to determine the number of objects in the collection. More... | |
override ClassInformation | GetInfo (int index) |
Parent class calls this method to extract one info object by index. More... | |
![]() | |
InfoCollection (TParent parent) | |
Constructor. More... | |
abstract int | GetCount () |
Function with which the collection queries the number of elements More... | |
abstract TInfo | GetInfo (int index) |
Function with which the collection retrieves the information object with the given index. More... | |
Properties | |
ClassInformation | this[int index] [get] |
Index-based item access. More... | |
ClassInformation | this[string name] [get] |
String-based item access. More... | |
![]() | |
int | Count [get] |
Number of elements in the collection. More... | |
Additional Inherited Members | |
![]() | |
TInfo[] | ToArray () |
Converts this collection into an array. More... | |
![]() | |
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.
|
protectedvirtual |
Parent class calls this method to determine the number of objects in the collection.
ObjectDisposedException | If the Classifier has already been disposed |
Implements InfoCollection< Classifier, ClassInformation >.
|
protectedvirtual |
Parent class calls this method to extract one info object by index.
index | index at which to extract |
ObjectDisposedException | If the SampleImageList has already been disposed |
ArgumentOutOfRangeException | If the index is invalid |
Implements InfoCollection< Classifier, ClassInformation >.
|
get |
Index-based item access.
index | index to be accessed |
ObjectDisposedException | If the SampleImageList has already been disposed |
ArgumentOutOfRangeException | If the index is invalid |
|
get |
String-based item access.
name | Name to be accessed |
ObjectDisposedException | If the SampleImageList has already been disposed |