TuttleOFX  1
tuttle::imageUtils::tensor_t< TensorView > Struct Template Reference

Structure handling anisotropic gradient parameters. More...

#include <ImageTensors.hpp>

Public Member Functions

 tensor_t ()

Data Fields

int dox
int doy
int dw
int dh
bool algorithm
 Generation algorithm.
int stAlgo
 Structure tensors algorithm.
double alpha
 Pre-blurring (noise scale)
double sigma
 Post-blurring.
double sharpness
 Contour preservation.
double anisotropy
 Anisotropic filtering.
double geom_fact
 Geometry factor.
double threshold
 Thresholding quantization factor.

Detailed Description

template<typename TensorView>
struct tuttle::imageUtils::tensor_t< TensorView >

Structure handling anisotropic gradient parameters.

Definition at line 27 of file ImageTensors.hpp.


Constructor & Destructor Documentation

template<typename TensorView>
tuttle::imageUtils::tensor_t< TensorView >::tensor_t ( ) [inline]

Definition at line 30 of file ImageTensors.hpp.


Field Documentation


The documentation for this struct was generated from the following file: