
A generic convolution channel. More...
#include <Channels/ConvolveChannel.H>


Public Member Functions | |
| ConvolveChannel (OptionManager &mgr) | |
| Construct with standard params. Will need to set a filter before using. | |
| void | setFilter (const Image< float > &filter, ConvolutionBoundaryStrategy boundary) |
| Set the filter to use for convolutions. | |
| virtual | ~ConvolveChannel () |
| Destructor. | |
A generic convolution channel.
Definition at line 46 of file ConvolveChannel.H.
| ConvolveChannel::ConvolveChannel | ( | OptionManager & | mgr | ) |
Construct with standard params. Will need to set a filter before using.
Definition at line 47 of file ConvolveChannel.C.
References NModelParam< T >::setVal().
| ConvolveChannel::~ConvolveChannel | ( | ) | [virtual] |
Destructor.
Definition at line 62 of file ConvolveChannel.C.
| void ConvolveChannel::setFilter | ( | const Image< float > & | filter, | |
| ConvolutionBoundaryStrategy | boundary | |||
| ) |
Set the filter to use for convolutions.
Definition at line 55 of file ConvolveChannel.C.
References rutz::make_shared(), and SingleChannel::setPyramid().
1.6.3