Detailed Description
Definition at line 25 of file descriptorAbstract.hpp.
List of all members.
Public Member Functions |
virtual bool | addObservation (const observation_ptr_t &obsPtr)=0 |
| Take an actual observation and use its appearance to improve the descriptor.
|
virtual bool | predictAppearance (const observation_ptr_t &obsPtr)=0 |
| Fills in the predicted appearance in an observation.
|
virtual bool | isPredictionValid (const observation_ptr_t &obsPtr)=0 |
| returns true if a valid prediction can be made with this descriptor for this observation if it returns false, it doesn't mean that no prediction can be made, but that we can't be sure it will be good
|
virtual std::string | categoryName () const |
virtual void | desc_text (std::ostream &os) const |
virtual void | desc_image (image::oimstream &os) const |
The documentation for this class was generated from the following file: