Namespace for the SampleDatabase package. More...
Classes | |
| class | Fringes |
| Object describing the fringes that are available around images in a sample image list. More... | |
| class | ImageClassificationInfoCollection |
| Collection of class information inside a classification sample list. More... | |
| class | ImageClassificationLabelInfo |
| Classification label information. More... | |
| class | ImageCollection |
| Collection of image samples. More... | |
| class | ImageRegressionInfoCollection |
| Collection of regression information inside a regression sample list. More... | |
| class | ImageRegressionLabelInfo |
| Regression label information. More... | |
| class | LabelInfoCollection |
| Information collection for class labels. More... | |
| class | SampleClassificationImageList |
| Classifier type that operates on images. More... | |
| class | SampleCollection |
| Collection of data samples. More... | |
| class | SampleImageList |
| Classifier type that operates on images. More... | |
| class | SampleList |
| Base class for sample lists. More... | |
| class | SampleListImageDataType |
| Descriptor for image data to be digested by an image list. More... | |
| class | SampleRegressionImageList |
| Classifier type that operates on images. More... | |
Enumerations | |
| enum | SampleExtractionMode { TopLeftCorner, OriginPosition } |
| Possible approaches to the sample extraction in the "Add" methods of image list classes. More... | |
Namespace for the SampleDatabase package.
| typedef std::function<std::unique_ptr<Image>const Image &imgIn)> DataTransformImageToImage |
| typedef std::function<String (const String &labelIn)> LabelTransformStringToString |
Callback for label transformation.
| [in] | labelIn | Label to be transformed. |
| Does | not throw any exception. |
| typedef std::function<std::vector<float>const String &labelIn)> LabelTransformStringToVector |
Callback for label transformation.
| [in] | labelIn | Label to be transformed. |
| Does | not throw any exception. |
| typedef std::function<String (const std::vector<float> &labelIn)> LabelTransformVectorToString |
Callback for label transformation.
| [in] | labelIn | Label to be transformed. |
| Does | not throw any exception. |
| typedef std::function<std::vector<float>const std::vector<float> &labelIn)> LabelTransformVectorToVector |
Callback for label transformation.
| [in] | labelIn | Label to be transformed. |
| Does | not throw any exception. |
|
strong |