Information about a Minos classifier model. More...
#include <cvb/minos/classifier.hpp>
Public Member Functions | |
| ClassifierModelInfo (const String &name, Point2D< int > advanceVector) | |
| Create a new model information object. More... | |
| String | Name () const |
| Get the name of the model. More... | |
| void | SetName (const String &name) |
| Set the name of the model. More... | |
| Point2D< int > | AdvanceVector () const |
| Get the advance vector of the model. More... | |
| void | SetAdvanceVector (Point2D< int > advanceVector) |
| Set the advance vector of the model. More... | |
Information about a Minos classifier model.
|
inline |
Create a new model information object.
| [in] | name | Name of the model. |
| [in] | advanceVector | Advance vector of the model. |
| Any | exception derived from std::exception including CvbException. |
|
inline |
Get the advance vector of the model.
| Any | exception derived from std::exception including CvbException. |
|
inline |
Get the name of the model.
| Any | exception derived from std::exception including CvbException. |
|
inline |
Set the advance vector of the model.
| [in] | advanceVector | The model advance vector. |
| Any | exception derived from std::exception including CvbException. |
|
inline |
Set the name of the model.
| [in] | name | The model name. |
| Any | exception derived from std::exception including CvbException. |