#include "Core/Array/IntegrateReduce.h"#include "Core/Feature/HaarResponse.h"#include "Core/Feature/PointDescriptorTable.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 &spatiality) |
| void | Impala::Core::Feature::ExtractFeatureIntoVector (Real64 *vector, std::vector< Array::Array2dScalarReal64 * > &features, int x, int y, int spatiality) |
| 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 spatiality | |
| Matrix::Mat * | Impala::Core::Feature::DSurf (Array::Array2dScalarReal64 *image, PointDescriptorTable *pointData, int sampleRate, int numberHaarSum, int spatiality) |
| image in, descriptors are added to pointList | |
1.5.1