TuttleOFX
1
|
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. |
Structure handling anisotropic gradient parameters.
Definition at line 27 of file ImageTensors.hpp.
tuttle::imageUtils::tensor_t< TensorView >::tensor_t | ( | ) | [inline] |
Definition at line 30 of file ImageTensors.hpp.
bool tuttle::imageUtils::tensor_t< TensorView >::algorithm |
Generation algorithm.
Definition at line 35 of file ImageTensors.hpp.
Referenced by tuttle::imageUtils::ImageTensors< View >::anisotropic_gradient(), and tuttle::plugin::anisotropicFilter::tensors::AnisotropicTensorsProcess< View >::multiThreadProcessImages().
double tuttle::imageUtils::tensor_t< TensorView >::alpha |
Pre-blurring (noise scale)
Definition at line 37 of file ImageTensors.hpp.
Referenced by tuttle::imageUtils::ImageTensors< View >::anisotropic_gradient(), and tuttle::plugin::anisotropicFilter::tensors::AnisotropicTensorsProcess< View >::multiThreadProcessImages().
double tuttle::imageUtils::tensor_t< TensorView >::anisotropy |
Anisotropic filtering.
Definition at line 40 of file ImageTensors.hpp.
Referenced by tuttle::imageUtils::ImageTensors< View >::anisotropic_gradient(), and tuttle::plugin::anisotropicFilter::tensors::AnisotropicTensorsProcess< View >::multiThreadProcessImages().
int tuttle::imageUtils::tensor_t< TensorView >::dh |
Definition at line 33 of file ImageTensors.hpp.
Referenced by tuttle::imageUtils::ImageTensors< View >::anisotropic_gradient(), and tuttle::plugin::anisotropicFilter::tensors::AnisotropicTensorsProcess< View >::multiThreadProcessImages().
int tuttle::imageUtils::tensor_t< TensorView >::dox |
Definition at line 33 of file ImageTensors.hpp.
Referenced by tuttle::imageUtils::ImageTensors< View >::anisotropic_gradient(), and tuttle::plugin::anisotropicFilter::tensors::AnisotropicTensorsProcess< View >::multiThreadProcessImages().
int tuttle::imageUtils::tensor_t< TensorView >::doy |
Definition at line 33 of file ImageTensors.hpp.
Referenced by tuttle::imageUtils::ImageTensors< View >::anisotropic_gradient(), and tuttle::plugin::anisotropicFilter::tensors::AnisotropicTensorsProcess< View >::multiThreadProcessImages().
int tuttle::imageUtils::tensor_t< TensorView >::dw |
Definition at line 33 of file ImageTensors.hpp.
Referenced by tuttle::plugin::anisotropicFilter::tensors::AnisotropicTensorsProcess< View >::multiThreadProcessImages().
double tuttle::imageUtils::tensor_t< TensorView >::geom_fact |
Geometry factor.
Definition at line 41 of file ImageTensors.hpp.
Referenced by tuttle::imageUtils::ImageTensors< View >::anisotropic_gradient(), and tuttle::plugin::anisotropicFilter::tensors::AnisotropicTensorsProcess< View >::multiThreadProcessImages().
double tuttle::imageUtils::tensor_t< TensorView >::sharpness |
Contour preservation.
Definition at line 39 of file ImageTensors.hpp.
Referenced by tuttle::imageUtils::ImageTensors< View >::anisotropic_gradient(), and tuttle::plugin::anisotropicFilter::tensors::AnisotropicTensorsProcess< View >::multiThreadProcessImages().
double tuttle::imageUtils::tensor_t< TensorView >::sigma |
Post-blurring.
Definition at line 38 of file ImageTensors.hpp.
Referenced by tuttle::imageUtils::ImageTensors< View >::anisotropic_gradient(), and tuttle::plugin::anisotropicFilter::tensors::AnisotropicTensorsProcess< View >::multiThreadProcessImages().
int tuttle::imageUtils::tensor_t< TensorView >::stAlgo |
Structure tensors algorithm.
Definition at line 36 of file ImageTensors.hpp.
Referenced by tuttle::imageUtils::ImageTensors< View >::anisotropic_gradient(), and tuttle::plugin::anisotropicFilter::tensors::AnisotropicTensorsProcess< View >::multiThreadProcessImages().
double tuttle::imageUtils::tensor_t< TensorView >::threshold |
Thresholding quantization factor.
Definition at line 42 of file ImageTensors.hpp.
Referenced by tuttle::imageUtils::ImageTensors< View >::anisotropic_gradient(), and tuttle::plugin::anisotropicFilter::tensors::AnisotropicTensorsProcess< View >::multiThreadProcessImages().