CVB++ 14.0
ModelInstanceInfoCollection Class Reference

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. More...
 
InstanceInfo ReadInfo (int index) const
 Retrieves the indexed instance information block. More...
 
std::vector< InstanceInfoReadInfos () const
 Retrieves all the items stored in the collection. More...
 
int IndexOf (const InstanceInfo &obj) const
 Determine the index of an image information object inside this collection. More...
 
bool Remove (const InstanceInfo &instance)
 Remove an instance from the training set. More...
 
bool RemoveAt (int index)
 Remove an instance from the training set. More...
 

Detailed Description

Class that maintains the collection of Training Images inside a Minos Training Set.