My Project
Public Member Functions | Protected Attributes | List of all members
Container3dLimitDist< T > Class Template Reference

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
 

Detailed Description

template<class T>
class alvar::Container3dLimitDist< T >

Functor class for Container3d Limit() to limit the search space with distance.

Definition at line 88 of file Container3d.h.


The documentation for this class was generated from the following file: