#include "Core/Array/MakeGaussian1d.h"
#include "Core/Array/ConvKernelSeparated.h"
#include "Core/Array/Set.h"
Include dependency graph for GaussDerivative.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::GaussDerivative (DstArrayT *&dst, SrcArrayT *src, double sigma, int orderDerivx, int orderDerivy, double truncation) |
template<class DstArrayT, class SrcArrayT> | |
void | Impala::Core::Array::GaussDerivative (DstArrayT *&dst, SrcArrayT *src, double sx, double sy, int orderDerivx, int orderDerivy, double truncation) |
template<class DstArrayT, class SrcArrayT> | |
void | Impala::Core::Array::GaussDerivativeVec3 (DstArrayT *&dst, SrcArrayT *src, double sigma, int orderDerivx, int orderDerivy, double truncation) |