This is default functor for testing which items in the container should be erased. More...
#include <EC.h>
Public Member Functions | |
| DoEraseTest (bool _erase_without_p2d, bool _erase_without_p3d, int _type_id=-1) | |
| DoEraseTest (float _limit, bool _erase_without_p2d=false, bool _erase_without_p3d=false, int _type_id=-1) | |
| virtual bool | operator() (const T &f) const |
Protected Attributes | |
| bool | erase_without_p2d |
| bool | erase_without_p3d |
| float | limit_sq |
| bool | test_reprojection |
| int | type_id |
This is default functor for testing which items in the container should be erased.
By default this can test for has_p2d and has_p3d . Furthermore, it can test for reprojection error when Pose , Camera and limit are given.
|
inline |
|
inline |
|
inlinevirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |