Drive Engine  1.0.0
Plateforme de reconstruction 3D
DefaultFeature2DListOfList.h
1 // Copyright (c) 2015. All rights reserved to DriveEngine Team.
2 
3 #pragma once
4 
5 #include "Public/Collections/IFeature2DList.h"
6 #include "Public/Collections/IFeature2DListOfList.h"
7 #include "Public/ImplementationUtilities/ImplementationUtilities.h"
8 #include "Public/ImplementationUtilities/ListImplementationUtilities.h"
9 
10 namespace DriveEngine
11 {
18  {
20  DESTRUCTOR_H(DefaultFeature2DListOfList);
21 
22  GENERATE_LIST_H(IFeature2DList);
23  };
24 }
Interface of list of 2D feature for a specific image.
Definition: IFeature2DList.h:18
Default implementation of the feature 2D list of list.
Definition: DefaultFeature2DListOfList.h:17
Definition: DefaultCalibrationInfoList.h:12
Interface of list of list of 2D features for a specific image.
Definition: IFeature2DListOfList.h:18