#include <vector>
#include <string>
#include "Workers/Math/Box2D.h"
#include "Workers/Math/Point2D.h"
#include "Architecture/Serializer/ExtendedOutStream.h"
#include "Architecture/Serializer/ExtendedInStream.h"
#include "Workers/Puma2/ImageMask.h"
#include "Workers/Puma2/GrayLevelImage8.h"
#include "KeyPoint.h"
#include "SurfExtractorBase.h"
#include <surf/ipoint.h>
#include <surf/image.h>
#include <surf/surf.h>
Go to the source code of this file.
Classes | |
class | OrigSurfExtractor |
Extracts keypoints and their SURF features from an image. More... |