![]() |
Templates -- Meow
1.2.9
A C++ template contains kinds of interesting classes and functions
|
#include "FeaturePointsDetector.h"
#include "Bitmap.h"
#include "FeaturePoint.h"
#include "../dsa/DisjointSet.h"
#include "../math/utility.h"
#include "../Self.h"
#include <vector>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | meow::FeaturePointsDetector_Harris< Pixel > |
Harris-Corner-Detect algorithm for finding feature points. More... | |
Namespaces | |
meow | |
Macros | |
#define | FPD_Harris FeaturePointsDetector_Harris |
#define FPD_Harris FeaturePointsDetector_Harris |
Definition at line 27 of file FeaturePointsDetector_Harris.h.