![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
A TrainingDataProvider provides a call-back interface for the training process to retrieve the necessary information. More...
Public Member Functions | |
virtual ImageListProvider * | images (const Identity &identity)=0 |
Provides all images known for the given identity. | |
virtual ImageListProvider * | newImages (const Identity &identity)=0 |
Provides those images for the given identity that have not yet been supplied for training. | |
It is not specified, but depends on the backend which of the methods in which order and for which identities will be called.
|
pure virtual |
Ownership of the returned object stays with the TrainingDataProvider.
Implemented in Digikam::RecognitionTrainingProvider.
|
pure virtual |
Ownership of the returned object stays with the TrainingDataProvider.
Implemented in Digikam::RecognitionTrainingProvider.