Instance information that has been added to a training set. More...
#include <cvb/minos/training_set.hpp>
Public Member Functions | |
| int | Index () const |
| Index of this object in the parent's collection. More... | |
| std::unique_ptr< class Image > | Image () const |
| Image representation of this object. More... | |
| std::unique_ptr< ImageInfo > | SourceImage () const |
| Retrieve the correlation between this instance image and the model image. More... | |
| Point2D< double > | Location () const |
| Position in the SourceImage from which this instance has been extracted. More... | |
| std::unique_ptr< ModelInfo > | Model () const |
| The Training Set Model into which this instance has been trained. More... | |
| void * | Handle () const noexcept |
| Classic API MTSINSTANCE handle. More... | |
Instance information that has been added to a training set.
|
inlinenoexcept |
Classic API MTSINSTANCE handle.
| Does | not throw any exception. |
It is normally not necessary to work with this handle.
|
inline |
Image representation of this object.
| Any | exception derived from std::exception including CvbException. |
|
inline |
Index of this object in the parent's collection.
| Any | exception derived from std::exception including CvbException. |
|
inline |
Position in the SourceImage from which this instance has been extracted.
| Any | exception derived from std::exception including CvbException. |
| std::unique_ptr< ModelInfo > Model | ( | ) | const |
The Training Set Model into which this instance has been trained.
| Any | exception derived from std::exception including CvbException. |
| std::unique_ptr< ImageInfo > SourceImage | ( | ) | const |
Retrieve the correlation between this instance image and the model image.
| Any | exception derived from std::exception including CvbException. |
The image from which this instance has been trained.
| Any | exception derived from std::exception including CvbException. |