#include "Core/Array/IntegrateReduce.h"
#include "Core/Feature/HaarResponse.h"
#include "Core/Geometry/InterestPointList.h"
#include "Core/Geometry/InterestRectangleZ.h"
#include "Util/TimeStats.h"
Include dependency graph for DSurf.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 | |
void | Impala::Core::Feature::AddDSurfOptions (CmdOptions &options) |
void | Impala::Core::Feature::GetDSurfOptions (CmdOptions &options, int &haarSize, int &subregionSize, int &spaciality) |
void | Impala::Core::Feature::ExtractFeatureIntoVector (std::vector< Real64 > &vector, std::vector< Array::Array2dScalarReal64 * > &features, int x, int y, int spaciality) |
subroutine of DSurf - extract from the collection of images 'features'; at the point (x,y) a feature that we will store in vector 'v' x and y are assumed to be in range of the image considering spaciality | |
void | Impala::Core::Feature::DSurf (Array::Array2dScalarReal64 *image, Geometry::InterestPointList &pointList, int sampleRate, int numberHaarSum, int spaciality) |
image in, descriptors are added to pointList |