#include <iostream>
#include <fstream>
#include <float.h>
#include <opencv2/opencv.hpp>
#include <blort/Recognizer3D/PNamespace.hh>
#include <blort/Recognizer3D/Keypoint.hh>
#include <blort/Recognizer3D/Array.hh>
#include <blort/Recognizer3D/Vector2.hh>
#include <blort/Recognizer3D/SDraw.hh>
Go to the source code of this file.
Classes | |
class | P::KeypointDescriptor |
Namespaces | |
namespace | P |
Defines | |
#define | PATCH_MASK_SIZE 16 |
Functions | |
void | P::CopyVec (float *svec, float *dvec, unsigned size) |
void | P::LoadKeypoints (const char *file, P::Array< KeypointDescriptor * > &ks, int format=0) |
void | P::LoadLoweKeypoints (const char *file, P::Array< Keypoint * > &ks, int format=0) |
void | P::LoadLoweKeypoints (const char *file, P::Array< KeypointDescriptor * > &ks, int format=0) |
float | P::MatchKeypoint (KeypointDescriptor *k1, KeypointDescriptor *k2) |
void | P::WriteKeypoints (P::Array< KeypointDescriptor * > &ks, const char *file, int format=0) |
#define PATCH_MASK_SIZE 16 |
Johann Prankl, 2010-01-27 prankl@acin.tuwien.ac.at
Definition at line 25 of file KeypointDescriptor.hh.