Class that maintains the collection of Training Images inside a Minos Training Set. More...
#include <cvb/minos/training_set.hpp>
Inherits InstanceInfoCollectionGeneric.
Additional Inherited Members | |
Public Member Functions inherited from InstanceInfoCollectionGeneric | |
| int | Count () const |
| Retrieves the number of elements in the collection. | |
| std::unique_ptr< InstanceInfo > | ReadInfo (int index) const |
| Retrieves the indexed instance information block. | |
| std::vector< std::unique_ptr< InstanceInfo > > | ReadInfos () const |
| Retrieves all the items stored in the collection. | |
| int | IndexOf (const InstanceInfo &obj) const |
| Determine the index of an image information object inside this collection. | |
| bool | Remove (const InstanceInfo &instance) |
| Remove an instance from the training set. | |
| bool | RemoveAt (int index) |
| Remove an instance from the training set. | |
Class that maintains the collection of Training Images inside a Minos Training Set.