
#include <Channels/ConvolveChannel.H>
Inheritance diagram for ConvolveChannel:


Definition at line 46 of file 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. | |
|
|
Construct with standard params. Will need to set a filter before using.
Definition at line 47 of file ConvolveChannel.C. References SingleChannel::itsNormalizeOutput, SingleChannel::itsTakeAbs, and NModelParam< T >::setVal(). |
|
|
Destructor.
Definition at line 62 of file ConvolveChannel.C. |
|
||||||||||||
|
Set the filter to use for convolutions.
Definition at line 55 of file ConvolveChannel.C. References rutz::make_shared(), and SingleChannel::setPyramid(). |
1.4.4