Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Harris.h File Reference

#include <vector>
#include "Core/Array/Arrays.h"
#include "Core/Array/RecGauss.h"
#include "Core/Array/GaussDerivative.h"
#include "Core/Array/Mul.h"
#include "Core/Array/Add.h"
#include "Core/Array/Norm2Sqr.h"
#include "Core/Array/ArrayListDelete.h"
#include "Core/Array/Pattern/PatM3PixOp.h"
#include "Core/Array/Trait/M3poHarris.h"
#include "Core/Array/Trait/M3poNorm2Sqr.h"
#include "Core/Array/Pattern/PatM9PixOp.h"
#include "Core/Array/Trait/M9poHx.h"
#include "Core/Array/Trait/M9poHy.h"
#include "Core/Array/Pattern/PatM9N4PixOp.h"
#include "Core/Array/Trait/M9N4poFO.h"
#include "Core/Array/Trait/M9N4poFSph.h"

Include dependency graph for Harris.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::Array

Functions

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::Harris (DstArrayT *&dst, SrcArrayT *Lx2, SrcArrayT *Ly2, SrcArrayT *LxLy, Real64 sigmaA, Real64 k, bool useRecGauss=false)
template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::Harris (DstArrayT *&dst, SrcArrayT *Lx, SrcArrayT *Ly, Real64 sigmaA, Real64 k, bool useRecGauss=false)
template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::Harris (DstArrayT *&dst, SrcArrayT *Lx, SrcArrayT *Ly, SrcArrayT *Lxd2, SrcArrayT *Lyd2, Real64 sigmaA, Real64 k, bool useRecGauss=false)
template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::Harris (DstArrayT *&dst, SrcArrayT *Lx, SrcArrayT *Ly, SrcArrayT *Lxd2, SrcArrayT *Lyd2, SrcArrayT *Lxd3, SrcArrayT *Lyd3, Real64 sigmaA, Real64 k, bool useRecGauss=false)
template<class ArrayT>
void Impala::Core::Array::HarrisObj (ArrayT *&dst, const std::vector< ArrayT * > &rgbList, double sigmaA, double k, bool useRecGauss=false)
template<class ArrayT>
void Impala::Core::Array::HarrisSperical (ArrayT *&dst, const std::vector< ArrayT * > &rgbList, double sigmaA, double k, bool useRecGauss=false)
template<class ArrayT>
void Impala::Core::Array::HarrisOpponent (ArrayT *&dst, const std::vector< ArrayT * > &rgbList, double sigmaA, double k, bool useRecGauss=false)
template<class ArrayT>
void Impala::Core::Array::HarrisRGB (ArrayT *&dst, const std::vector< ArrayT * > &rgbList, double sigmaA, double k, bool useRecGauss=false)


Generated on Fri Mar 19 09:55:05 2010 for ImpalaSrc by  doxygen 1.5.1