![]() |
Visual Servoing Platform version 3.7.0
|
#include <vpObjectMask.h>
Public Member Functions | |
| vpObjectMask () | |
| virtual | ~vpObjectMask ()=default |
| virtual void | updateMask (const vpRBFeatureTrackerInput &frame, const vpRBFeatureTrackerInput &previousFrame, vpImage< float > &mask)=0 |
| virtual void | reset () |
| virtual void | display (const vpImage< float > &mask, vpImage< unsigned char > &Imask) const |
| virtual void | loadJsonConfiguration (const nlohmann::json &j)=0 |
Tutorials
If you want to have an in-depth presentation of the Render-Based Tracker (RBT), you may have a look at:
Definition at line 62 of file vpObjectMask.h.
|
inline |
Definition at line 65 of file vpObjectMask.h.
|
virtualdefault |
|
virtual |
Reimplemented in vpColorHistogramMask.
Definition at line 37 of file vpObjectMask.cpp.
References vpImage< Type >::bitmap, vpException::dimensionError, vpDisplay::display(), and vpImage< Type >::getSize().
Referenced by vpColorHistogramMask::display().
|
pure virtual |
Implemented in vpColorHistogramMask, vpCombinedDepthAndColorMask, and vpDepthMask.
|
inlinevirtual |
Reimplemented in vpColorHistogramMask, vpCombinedDepthAndColorMask, and vpDepthMask.
Definition at line 70 of file vpObjectMask.h.
|
pure virtual |
Implemented in vpColorHistogramMask, vpCombinedDepthAndColorMask, and vpDepthMask.