TuttleOFX  1
tuttle::plugin::sobel::SobelProcessParams< Scalar > Struct Template Reference

#include <SobelPlugin.hpp>

Collaboration diagram for tuttle::plugin::sobel::SobelProcessParams< Scalar >:

Data Fields

boost::gil::point2< double > _size
EParamPass _pass
bool _unidimensional
bool _computeGradientNorm
bool _gradientNormManhattan
bool _computeGradientDirection
bool _gradientDirectionAbs
EParamBorder _border
terry::filter::convolve_boundary_option _boundary_option
terry::filter::kernel_1d< Scalar > _xKernelGaussianDerivative
terry::filter::kernel_1d< Scalar > _xKernelGaussian
terry::filter::kernel_1d< Scalar > _yKernelGaussianDerivative
terry::filter::kernel_1d< Scalar > _yKernelGaussian

Detailed Description

template<typename Scalar>
struct tuttle::plugin::sobel::SobelProcessParams< Scalar >

Definition at line 17 of file SobelPlugin.hpp.


Field Documentation

template<typename Scalar>
bool tuttle::plugin::sobel::SobelProcessParams< Scalar >::_computeGradientDirection

Definition at line 26 of file SobelPlugin.hpp.

template<typename Scalar>
bool tuttle::plugin::sobel::SobelProcessParams< Scalar >::_computeGradientNorm

Definition at line 24 of file SobelPlugin.hpp.

template<typename Scalar>
bool tuttle::plugin::sobel::SobelProcessParams< Scalar >::_gradientDirectionAbs

Definition at line 27 of file SobelPlugin.hpp.

template<typename Scalar>
bool tuttle::plugin::sobel::SobelProcessParams< Scalar >::_gradientNormManhattan

Definition at line 25 of file SobelPlugin.hpp.

template<typename Scalar>
boost::gil::point2<double> tuttle::plugin::sobel::SobelProcessParams< Scalar >::_size
template<typename Scalar>
bool tuttle::plugin::sobel::SobelProcessParams< Scalar >::_unidimensional

Definition at line 22 of file SobelPlugin.hpp.

Referenced by tuttle::plugin::sobel::SobelPlugin::isIdentity().


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