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