Included the Layer_SURFFeature in code

This commit is contained in:
Maximilian Papa
2018-01-25 22:14:00 +01:00
parent ec4a5da05c
commit b4641fe65b
10 changed files with 82 additions and 3 deletions

View File

@ -0,0 +1,16 @@
#ifndef SOURCE_ABSTRACTIONLAYER_SURFFEATURES_PROPERTIES_H
#define SOURCE_ABSTRACTIONLAYER_SURFFEATURES_PROPERTIES_H
#include <stdint.h>
class AbstractionLayer_SURFFeatures_Properties
{
public:
AbstractionLayer_SURFFeatures_Properties() {}
private:
uint16_t m_numberOfFeaturesDetected;
friend class AbstractionLayer_SURFFeatures;
};
#endif //SOURCE_ABSTRACTIONLAYER_SURFFEATURES_PROPERTIES_H