#include "Core/Geometry/InterestPoint.h"
#include "Core/Vector/VectorTem.h"
#include "Util/StringParser.h"
Include dependency graph for InterestCircle.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Geometry |
Classes | |
class | Impala::Core::Geometry::InterestCircle |
Class definition for (2d) point. More... | |
Functions | |
InterestCircle * | Impala::Core::Geometry::MakeInterestCircle (double x, double y, double scale) |
bool | Impala::Core::Geometry::uniq_InterestCircle (InterestPoint *lhs2, InterestPoint *rhs2) |
bool | Impala::Core::Geometry::compare_InterestCircle (InterestPoint *lhs2, InterestPoint *rhs2) |
bool | Impala::Core::Geometry::compare_InterestCircle_cornerness (InterestPoint *lhs2, InterestPoint *rhs2) |