![]() |
My Project
|
This file implements a generic container to store data in 3D. More...
#include <algorithm>
#include <opencv2/core.hpp>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | Container3dSortDist< T > |
Functor class for Container3d Sort() to sort the search base using distance to specified origin. More... | |
class | Container3dSortSize< T > |
Functor class for Container3d Sort() to sort the search base using content size. More... | |
class | Container3dLimitDist< T > |
Functor class for Container3d Limit() to limit the search space with distance. More... | |
class | Container3d< T > |
Generic container to store any information in 3D (features, photos, ...) More... | |
class | Container3d< T >::Iterator |
Iterator for going through the items in Container3d in the specified order. More... | |
Namespaces | |
alvar | |
Main ALVAR namespace. | |
This file implements a generic container to store data in 3D.
Definition in file Container3d.h.