#include "Basis/Timer.h"
#include "Core/Array/Laplacian.h"
#include "Core/Feature/PointDescriptorTable.h"
#include "Core/Table/Sort.h"
Include dependency graph for LaplacianDetector.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::Feature |
Functions | |
template<class SrcArrayT> | |
PointDescriptorTable * | Impala::Core::Feature::LaplacianDetection (SrcArrayT *imIntensity, bool useRecGauss, Real64 precision) |
template<class SrcArrayT> | |
PointDescriptorTable * | Impala::Core::Feature::LaplacianDetector (SrcArrayT *input, bool useRecGauss=true, Real64 precision=3.0) |