|
TuttleOFX
1
|
#include <SobelPlugin.hpp>

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 |
Definition at line 17 of file SobelPlugin.hpp.
| EParamBorder tuttle::plugin::sobel::SobelProcessParams< Scalar >::_border |
Definition at line 29 of file SobelPlugin.hpp.
Referenced by tuttle::plugin::sobel::SobelPlugin::getRegionOfDefinition().
| terry::filter::convolve_boundary_option tuttle::plugin::sobel::SobelProcessParams< Scalar >::_boundary_option |
Definition at line 30 of file SobelPlugin.hpp.
| bool tuttle::plugin::sobel::SobelProcessParams< Scalar >::_computeGradientDirection |
Definition at line 26 of file SobelPlugin.hpp.
| bool tuttle::plugin::sobel::SobelProcessParams< Scalar >::_computeGradientNorm |
Definition at line 24 of file SobelPlugin.hpp.
| bool tuttle::plugin::sobel::SobelProcessParams< Scalar >::_gradientDirectionAbs |
Definition at line 27 of file SobelPlugin.hpp.
| bool tuttle::plugin::sobel::SobelProcessParams< Scalar >::_gradientNormManhattan |
Definition at line 25 of file SobelPlugin.hpp.
| EParamPass tuttle::plugin::sobel::SobelProcessParams< Scalar >::_pass |
Definition at line 21 of file SobelPlugin.hpp.
Referenced by tuttle::plugin::sobel::SobelPlugin::getRegionsOfInterest().
| boost::gil::point2<double> tuttle::plugin::sobel::SobelProcessParams< Scalar >::_size |
Definition at line 19 of file SobelPlugin.hpp.
Referenced by tuttle::plugin::sobel::SobelPlugin::changedParam(), and tuttle::plugin::sobel::SobelPlugin::getProcessParams().
| bool tuttle::plugin::sobel::SobelProcessParams< Scalar >::_unidimensional |
Definition at line 22 of file SobelPlugin.hpp.
Referenced by tuttle::plugin::sobel::SobelPlugin::isIdentity().
| terry::filter::kernel_1d<Scalar> tuttle::plugin::sobel::SobelProcessParams< Scalar >::_xKernelGaussian |
| terry::filter::kernel_1d<Scalar> tuttle::plugin::sobel::SobelProcessParams< Scalar >::_xKernelGaussianDerivative |
| terry::filter::kernel_1d<Scalar> tuttle::plugin::sobel::SobelProcessParams< Scalar >::_yKernelGaussian |
| terry::filter::kernel_1d<Scalar> tuttle::plugin::sobel::SobelProcessParams< Scalar >::_yKernelGaussianDerivative |