![]() |
My Project
|
Functor class for Container3d Limit() to limit the search space with distance. More...
#include <Container3d.h>
Public Member Functions | |
| Container3dLimitDist (Container3d< T > &_container, const cv::Point3f _orig, float _dist_limit) | |
| bool | operator() (size_t i) const |
Protected Attributes | |
| Container3d< T > & | container |
| cv::Point3f | orig |
| float | dist_limit |
Functor class for Container3d Limit() to limit the search space with distance.
Definition at line 88 of file Container3d.h.