|
degate 0.1.1
|
#include <vector>#include <tr1/memory>#include <iostream>#include <math.h>#include <boost/format.hpp>
Go to the source code of this file.
Classes | |
| class | degate::FilterKernel |
| The class FilterKernel implemements a container for 2D filter kernel data. More... | |
| class | degate::SobelXOperator |
| class | degate::SobelYOperator |
| class | degate::SobelOperator |
| class | degate::GaussianBlur |
| class | degate::LoG |
| Implements a Laplacian of Gaussian. More... | |
Namespaces | |
| namespace | degate |
The namespace 'degate' is the namespace for everything that belongs to libdegate. | |
Typedefs | |
| typedef std::tr1::shared_ptr < FilterKernel > | degate::FilterKernel_shptr |
| typedef std::tr1::shared_ptr < SobelXOperator > | degate::SobelXOperator_shptr |
| typedef std::tr1::shared_ptr < SobelYOperator > | degate::SobelYOperator_shptr |
| typedef std::tr1::shared_ptr < SobelOperator > | degate::SobelOperator_shptr |
| typedef std::tr1::shared_ptr< LoG > | degate::LoG_shptr |
1.7.4