462be02105
Actually not running - never did since Max did stuff :)
17 lines
404 B
C++
17 lines
404 B
C++
#ifndef SOURCE_ABSTRACTIONLAYER_SURFFEATURES_PROPERTIES_H
|
|
#define SOURCE_ABSTRACTIONLAYER_SURFFEATURES_PROPERTIES_H
|
|
|
|
#include <stdint.h>
|
|
|
|
class AbstractionLayer_SURFFeatures_Properties
|
|
{
|
|
public:
|
|
AbstractionLayer_SURFFeatures_Properties() {}
|
|
|
|
private:
|
|
float m_numberOfFeaturesDetected;
|
|
friend class AbstractionLayer_SURFFeatures;
|
|
};
|
|
|
|
#endif //SOURCE_ABSTRACTIONLAYER_SURFFEATURES_PROPERTIES_H
|