digiKam
|
Public Member Functions | |
virtual ImageListProvider * | images (const Identity &identity)=0 |
virtual ImageListProvider * | newImages (const Identity &identity)=0 |
TrainingDataProvider ()=default | |
virtual | ~TrainingDataProvider ()=default |
A TrainingDataProvider provides a call-back interface for the training process to retrieve the necessary information. It is not specified, but depends on the backend which of the methods in which order and for which identities will be called.
|
default |
|
virtualdefault |
|
pure virtual |
Provides all images known for the given identity. Ownership of the returned object stays with the TrainingDataProvider.
Implemented in Digikam::RecognitionTrainingProvider.
|
pure virtual |
Provides those images for the given identity that have not yet been supplied for training. Ownership of the returned object stays with the TrainingDataProvider.
Implemented in Digikam::RecognitionTrainingProvider.
Referenced by Digikam::FacialRecognitionWrapper::Private::trainIdentityBatch().