#include <vector>
#include "Core/Array/ProjectRange.h"
#include "Core/Array/GaussDerivative.h"
#include "Core/Array/RecGauss.h"
Include dependency graph for InvCompDer.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 | |
std::vector< Array2dScalarReal64 * > | Impala::Core::Array::InvCompDer (Array2dScalarReal64 *src, double sigma, double precision, bool useRecGauss=false) |
Computes L, Lx, Ly, Lxx, Lxy, and Lyy at scale sigma of the scalar src image. | |
std::vector< Array2dScalarReal64 * > | Impala::Core::Array::InvCompDer (Array2dVec3Real64 *src, double sigma, double precision, bool useRecGauss=false) |
Computes L, Lx, and Ly at scale sigma for each component of the src image. |